com.phidgets.event
Interface CodeListener


public interface CodeListener

This interface represents a CodeEvent. This event originates from the Phidget IR. This event occurs when a code is seen by the reader.

Author:
Phidgets Inc.

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

Method Detail

code

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

Parameters:
ae - the event data object containing event data