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