fulmine.event.listener
Class AsymmetricEventProcessor.Result

java.lang.Object
  extended by fulmine.event.AbstractEvent
      extended by 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

Constructor Summary
AsymmetricEventProcessor.Result(AsymmetricEventProcessor driver)
          Construct with the driver of this result.
 
Method Summary
 AsymmetricEventProcessor getDriver()
          Get the driver of this result; the originating AsymmetricEventProcessor.
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsymmetricEventProcessor.Result

public AsymmetricEventProcessor.Result(AsymmetricEventProcessor driver)
Construct with the driver of this result.

Parameters:
driver - the originating AsymmetricEventProcessor of this result
Method Detail

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.