@FunctionalInterface
public interface DeactivateListener
The listener interface for API disabled events. The class
that is interested in processing API disabled events implements this
interface and the object created with that class is registered with
API.addDeactivateListener()
.
Implementations of this type will be called back when a file that is actively running in the emulator is closed. In addition, the Remote API is disabled if the socket connection is disrupted.
Modifier and Type | Method and Description |
---|---|
void |
apiDisabled()
Invoked when the API transitions from enabled to disabled.
|
Copyright © 2017 nintaco.com
Nintaco is free software; you can redistribute it and/or modify it under the terms of LGPLv2.1.