Package | Description |
---|---|
org.jlab.coda.emu.modules | |
org.jlab.coda.emu.support.codaComponent | |
org.jlab.coda.emu.support.transport |
Modifier and Type | Field and Description |
---|---|
protected EmuEventNotify |
ModuleAdapter.endCallback
Object used by Emu to be notified of END event arrival.
|
protected EmuEventNotify |
ModuleAdapter.prestartCallback
Object used by Emu to be notified of PRESTART event arrival.
|
Modifier and Type | Method and Description |
---|---|
EmuEventNotify |
ModuleAdapter.getEndCallback()
This method gets the callback object previously registered by the caller
used to notify upon the arrival of an END event.
|
EmuEventNotify |
ModuleAdapter.getPrestartCallback()
This method gets the callback object previously registered by the caller
used to notify upon the arrival of a PRESTART event.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleAdapter.registerEndCallback(EmuEventNotify callback)
This method allows for setting a object used to notify the caller when an END event
has arrived (or any other occurrence for that matter).
|
void |
ModuleAdapter.registerPrestartCallback(EmuEventNotify callback)
This method allows for setting a object used to notify the caller when a PRESTART event
has arrived (or any other occurrence for that matter).
|
Modifier and Type | Method and Description |
---|---|
EmuEventNotify |
CODAStateMachineAdapter.getEndCallback()
This method gets the callback object previously registered by the caller
used to notify upon the arrival of an END event.
|
EmuEventNotify |
CODAStateMachine.getEndCallback()
This method gets the callback object previously registered by the caller
used to notify upon the arrival of an END event.
|
EmuEventNotify |
CODAStateMachineAdapter.getPrestartCallback()
This method gets the callback object previously registered by the caller
used to notify upon the arrival of a PRESTART event.
|
EmuEventNotify |
CODAStateMachine.getPrestartCallback()
This method gets the callback object previously registered by the caller
used to notify upon the arrival of a PRESTART event.
|
Modifier and Type | Method and Description |
---|---|
void |
CODAStateMachineAdapter.registerEndCallback(EmuEventNotify callback)
This method allows for setting a object used to notify the caller when an END event
has arrived (or any other occurrence for that matter).
|
void |
CODAStateMachine.registerEndCallback(EmuEventNotify callback)
This method allows for setting a object used to notify the caller when an END event
has arrived (or any other occurrence for that matter).
|
void |
CODAStateMachineAdapter.registerPrestartCallback(EmuEventNotify callback)
This method allows for setting a object used to notify the caller when a PRESTART event
has arrived (or any other occurrence for that matter).
|
void |
CODAStateMachine.registerPrestartCallback(EmuEventNotify callback)
This method allows for setting a object used to notify the caller when a PRESTART event
has arrived (or any other occurrence for that matter).
|
Modifier and Type | Field and Description |
---|---|
protected EmuEventNotify |
DataChannelAdapter.endCallback
Object used by Emu to be notified of END event arrival.
|
protected EmuEventNotify |
DataChannelAdapter.prestartCallback
Object used by Emu to be notified of PRESTART event arrival.
|
Modifier and Type | Method and Description |
---|---|
EmuEventNotify |
DataChannelAdapter.getEndCallback()
This method gets the callback object previously registered by the caller
used to notify upon the arrival of an END event.
|
EmuEventNotify |
DataChannelAdapter.getPrestartCallback()
This method gets the callback object previously registered by the caller
used to notify upon the arrival of a PRESTART event.
|
Modifier and Type | Method and Description |
---|---|
void |
DataChannelAdapter.registerEndCallback(EmuEventNotify callback)
This method allows for setting a object used to notify the caller when an END event
has arrived (or any other occurrence for that matter).
|
void |
DataChannelAdapter.registerPrestartCallback(EmuEventNotify callback)
This method allows for setting a object used to notify the caller when a PRESTART event
has arrived (or any other occurrence for that matter).
|