net.lucidviews.util.gui.event
Interface IsolatedKeyEventListener
- public interface IsolatedKeyEventListener
Interface used to listen to an IsolatedKeyEventProcessor.
- Since:
- 1.0
- Version:
- $Revision: 1.3 $
- Author:
- Stephen Battey
|
Method Summary |
void |
isolatedKeyPress(java.awt.event.KeyEvent keyEvent)
Notifies the listener of an isolated key press. |
isolatedKeyPress
public void isolatedKeyPress(java.awt.event.KeyEvent keyEvent)
- Notifies the listener of an isolated key press.
- Parameters:
keyEvent - the event associated with the isolated key press