fulmine.event.listener
Class AsymmetricEventProcessor.Result
java.lang.Object
fulmine.event.AbstractEvent
fulmine.event.listener.AsymmetricEventProcessor.Result
- All Implemented Interfaces:
- IEvent, IAddressable, IDescriptor, Cloneable
- Enclosing class:
- AsymmetricEventProcessor
public static class AsymmetricEventProcessor.Result
- extends AbstractEvent
The output from the processing of the driving and driven events handled
by an AsymmetricEventProcessor
.
The AbstractEvent.getFrame()
and AbstractEvent.getDrivingFrame()
will return the
same frames as those of the event that caused the result to be generated
from the AsymmetricEventProcessor
.
- Author:
- Ramon Servadei
Methods inherited from class fulmine.event.AbstractEvent |
clone, equals, getAdditionalToString, getAddress, getDomain, getDrivingFrame, getFrame, getIdentity, getSource, getTriggerEvent, getType, hashCode, hideSourceFromToString, setAddress, setDrivingFrame, setFrame, setSource, setTriggerEvent, toDetailedString, toIdentityString, toString |
AsymmetricEventProcessor.Result
public AsymmetricEventProcessor.Result(AsymmetricEventProcessor driver)
- Construct with the driver of this result.
- Parameters:
driver
- the originating AsymmetricEventProcessor
of this
result
getDriver
public AsymmetricEventProcessor getDriver()
- Get the driver of this result; the originating
AsymmetricEventProcessor
.
- Returns:
- the originating
AsymmetricEventProcessor
of this
result
Copyright © 2007-2009. All Rights Reserved.