GLG Toolkit, Java Class Library
Version 4.5
|
Installable Interface Handler interface. More...
Installable Interface Handler interface.
GlgIHHandlerInterface objects may be used by the Toolkit to implement functionality of the installable interface handlers. These handlers are used in editor applications, such as the GLG Diagram and GLG Process Diagram demos) that need to handle elaborate user interaction.
Public Member Functions | |
void | EntryPoint (GlgObject ih, GlgIHCallEvent call_event) |
The entry point is invoked with the user interface events; its source code implements user interaction logic of the installable event handler. More... | |
void EntryPoint | ( | GlgObject | ih, |
GlgIHCallEvent | call_event | ||
) |
The entry point is invoked with the user interface events; its source code implements user interaction logic of the installable event handler.
ih | The
|
call_event | A user interface event received by installable interface handlers. The IHGetType and IHGetToken methods can be used to get the event's type and its token. |
Refer to the description of the interface handler methods, such as IHInstall, IHStart, etc., for more information.