com.phidgets.event
Interface BridgeDataListener


public interface BridgeDataListener

This interface represents a BridgeDataEvent. This event originates from the Phidget Bridge

Author:
Phidgets Inc.

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

Method Detail

bridgeData

public void bridgeData(BridgeDataEvent ae)
This method is called with the event data when a new event arrives. The event is issued at the specified data rate, for each enabled bridge.

Parameters:
ae - the event data object containing event data