Package com.luciad.input
Interface IInputEventCallback
public interface IInputEventCallback
A callback class that is called when a
IInputEvent
is fired.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEvent
(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
.
-