com.phidgets.event
Interface ErrorListener


public interface ErrorListener

This interface represents a ErrorEvent. This event originates from all Phidgets, but is not yet used. It will be used in the future for asynchronous error handling.


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

Method Detail

error

void error(ErrorEvent ae)
This method is called with the event data when a new event arrives.

Parameters:
ae - the event data object containing event data