com.phidgets.event
Interface LearnListener


public interface LearnListener

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

Author:
Phidgets Inc.

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

Method Detail

learn

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

Parameters:
ae - the event data object containing event data