Package com.luciad.input
Interface IInputEventCallback
public interface IInputEventCallback
A callback class that is called when a 
IInputEvent is fired.- 
Method SummaryModifier and TypeMethodDescriptionvoidonEvent(IInputEvent inputEvent) Implement this method to handle the returnedIInputEvent.
- 
Method Details- 
onEventImplement this method to handle the returnedIInputEvent.- Parameters:
- inputEvent- the event, cannot be- null.
 
 
-