|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchrriis.dj.nativeswing.swtimpl.NativeInterfaceAdapter
public abstract class NativeInterfaceAdapter
An abstract adapter class for receiving native interface events.
| Constructor Summary | |
|---|---|
NativeInterfaceAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NativeInterfaceAdapter()
| Method Detail |
|---|
public void nativeInterfaceClosed()
NativeInterfaceListener
nativeInterfaceClosed in interface NativeInterfaceListenerpublic void nativeInterfaceInitialized()
NativeInterfaceListener
nativeInterfaceInitialized in interface NativeInterfaceListenerpublic void nativeInterfaceOpened()
NativeInterfaceListener
nativeInterfaceOpened in interface NativeInterfaceListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||