com.phidgets.event
Interface RawDataListener


public interface RawDataListener

This interface represents a RawDataEvent. This event originates from the Phidget IR. This event occurs when the reader sees IR data.

Author:
Phidgets Inc.

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

Method Detail

rawData

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

Parameters:
ae - the event data object containing event data