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(KeyEvent keyEvent)
          Notifies the listener of an isolated key press.
 

Method Detail

isolatedKeyPress

void isolatedKeyPress(KeyEvent keyEvent)
Notifies the listener of an isolated key press.

Parameters:
keyEvent - the event associated with the isolated key press