Package comm
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
_INSERT_METHOD_ENTRY_HERE_
Methods inherited from javax.events.AsyncEvent
_INSERT_METHOD_ENTRY_HERE_
Methods inherited from java.lang.Object
_INSERT_INHERITED_METHOD_ENTRY_HERE_
_INSERT_FIELDS_ENTRY_HERE_
Copyright © demmel products gmbh. All rights reserved.