Package com.spinyowl.legui.listener
Interface KeyEventListener
- All Superinterfaces:
EventListener<KeyEvent>
-
Method Summary
-
Method Details
-
process
Description copied from interface:EventListenerUsed to handle specific event.- Specified by:
processin interfaceEventListener<KeyEvent>- Parameters:
event- event to handle.
-