com.phidgets.event
Interface KeyChangeListener


public interface KeyChangeListener

This interface represents a KeyChangeEvent. This event originates from the Phidget Dictionary. Key Change events occur when key that matches the listen pattern is either added or changes in the Dictionary.

Author:
Phidgets Inc.

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

Method Detail

keyChanged

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

Parameters:
ae - the event data object containing event data