|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEventFrameExecution | |
---|---|
fulmine.event | |
fulmine.event.listener | |
fulmine.event.system | |
fulmine.model.component | |
fulmine.model.container |
Uses of IEventFrameExecution in fulmine.event |
---|
Classes in fulmine.event that implement IEventFrameExecution | |
---|---|
class |
EventFrameExecution
Implementation of the IEventFrameExecution . |
Methods in fulmine.event that return IEventFrameExecution | |
---|---|
static IEventFrameExecution |
EventProcessor.getCurrentFrame()
Get the frame identifier of the event the processor is currently handling. |
IEventFrameExecution |
IEvent.getDrivingFrame()
Get the event frame execution that directly caused this event to occur. |
IEventFrameExecution |
AbstractEvent.getDrivingFrame()
|
IEventFrameExecution |
IEvent.getFrame()
Get the event frame of this event. |
IEventFrameExecution |
AbstractEvent.getFrame()
|
Methods in fulmine.event with parameters of type IEventFrameExecution | |
---|---|
void |
IEventFrame.beginFrame(IEventFrameExecution frame)
An event frame life-cycle control method to start an event frame. |
void |
AbstractEvent.setDrivingFrame(IEventFrameExecution drivingFrame)
|
void |
AbstractEvent.setFrame(IEventFrameExecution frame)
|
Uses of IEventFrameExecution in fulmine.event.listener |
---|
Fields in fulmine.event.listener with type parameters of type IEventFrameExecution | |
---|---|
protected Map<IEventFrameExecution,List<IEvent>> |
AsymmetricEventProcessor.drivenEvents
The driven events stored per driving frame. |
protected Map<IEventFrameExecution,IEvent> |
AsymmetricEventProcessor.driverEvents
The driver events that are stored against their IEvent.getFrame()
in preparation for a matching driven events (matched using the driven
event's IEvent.getDrivingFrame() ). |
Uses of IEventFrameExecution in fulmine.event.system |
---|
Constructors in fulmine.event.system with parameters of type IEventFrameExecution | |
---|---|
TxEvent(IEventSource source,
byte[] buffer,
IEventFrameExecution frame,
IEventFrameExecution drivingFrame,
long bufferCreateTime)
Standard constructor |
Uses of IEventFrameExecution in fulmine.model.component |
---|
Methods in fulmine.model.component that return IEventFrameExecution | |
---|---|
IEventFrameExecution |
AbstractComponent.getDrivingFrame()
|
IEventFrameExecution |
AbstractComponent.getFrame()
|
Methods in fulmine.model.component with parameters of type IEventFrameExecution | |
---|---|
protected void |
AbstractComponent.setDrivingFrame(IEventFrameExecution drivingFrame)
Set the driving frame that caused the change in this component |
void |
AbstractComponent.setFrame(IEventFrameExecution frame)
Set the event frame identifier for this cloneable component. |
Uses of IEventFrameExecution in fulmine.model.container |
---|
Methods in fulmine.model.container that return types with arguments of type IEventFrameExecution | |
---|---|
protected ThreadLocal<IEventFrameExecution> |
AbstractContainer.getFrameIdentifier()
|
Methods in fulmine.model.container with parameters of type IEventFrameExecution | |
---|---|
void |
AbstractContainer.beginFrame(IEventFrameExecution frame)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |