com.genlogic
Interface GlgInputListener
- All Known Implementing Classes:
- GlgBean, GlgCustomBean, GlgCustomJBean, GlgCustomJLWBean, GlgJBean, GlgJLWBean
public interface GlgInputListener
Input handling interface.
Implemented by input handlers.
InputCallback
void InputCallback(GlgObject object,
GlgObject message)
- Input handler method.
This method is invoked on any user interaction with Glg input objects.
- Parameters:
object - Top-level viewport object of the input listener.message - Message object containing input event information.
Use GetResource methods to extract detailed event
information.