Interface ChangePositionEventListener
- All Superinterfaces:
EventListener<ChangePositionEvent>
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(ChangePositionEvent event) Used to handleChangePositionEventevent.
-
Method Details
-
process
Used to handleChangePositionEventevent.- Specified by:
processin interfaceEventListener<ChangePositionEvent>- Parameters:
event- event to handle.
-