|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NativeInterfaceListener
A listener to notify of the various events of the native interface.
Method Summary | |
---|---|
void |
nativeInterfaceClosed()
Invoked when the native interface is closed, which can happen because of a user action or if the interface gets closed because of an error. |
void |
nativeInterfaceInitialized()
Invoked when the native interface is initialized, which can happen only once. |
void |
nativeInterfaceOpened()
Invoked when the native interface is opened, which can happen because of a user action or when the framework automatically re-opens the interface after an error closed it. |
Method Detail |
---|
void nativeInterfaceInitialized()
void nativeInterfaceOpened()
void nativeInterfaceClosed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |