com.phidgets.event
Interface ErrorListener


public interface ErrorListener

This interface represents a ErrorEvent. This event originates from all Phidgets. It is used for asynchronous error handling.

Author:
Phidgets Inc.

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

Method Detail

error

public 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