Package comm

Class I2CEventDispatcher

extends CommEventDispatcherAsyncEventObject

This class is normally used internally by the EventManagement system. Add an OnI2CListener object to the I2CEventDispatcher of the EventManagement to be notified when I2C data is received.

Example

     I2CListener i2cListener = new I2CListener(8);
     EventManagement.getI2CEventDispatcher().addListener(i2cListener);

Public Constructors

Public Methods

Methods inherited from comm.CommEventDispatcher

Methods inherited from javax.events.AsyncEvent

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_