public class RcvEventDispatcher
extends java.lang.Object
Constructor and Description |
---|
RcvEventDispatcher() |
Modifier and Type | Method and Description |
---|---|
static void |
dispatchRcvEvent(TPCANHandle channel)
This static public method will call from JNI to process the Receive-Event
by the listener
|
static IRcvEventProcessor |
getListener()
Gets the Receive-Event processor
|
static void |
setListener(IRcvEventProcessor listener)
Sets the Receive-Event processor
|
public static IRcvEventProcessor getListener()
public static void setListener(IRcvEventProcessor listener)
listener
- a IRcvEventProcessor implementorpublic static void dispatchRcvEvent(TPCANHandle channel)
channel
- CAN Channel to dispatch the event to.