com.phidgets.event
Interface KeyRemovalListener


public interface KeyRemovalListener

This interface represents a KeyRemovalEvent. This event originates from the Phidget Dictionary. This event occurs key that matches the listen pattern is removed.

Author:
Phidgets Inc.

Method Summary
 void keyRemoved(KeyRemovalEvent ae)
          This method is called with the event data when a new event arrives.
 

Method Detail

keyRemoved

public void keyRemoved(KeyRemovalEvent ae)
This method is called with the event data when a new event arrives.

Parameters:
ae - the event data object containing event data