Package comm
This class is normally used internally by the EventManagement system. Add an OnSPIListener object to the SPIEventDispatcher of the EventManagement to be notified when SPI data is received.
Example
SPIListener spiListener = new SPIListener();
EventManagement.getSPIEventDispatcher().addListener(spiListener);
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.