fulmine.event
Class EventFrameExecution

java.lang.Object
  extended by fulmine.event.EventFrameExecution
All Implemented Interfaces:
IEventFrameExecution

public final class EventFrameExecution
extends Object
implements IEventFrameExecution

Implementation of the IEventFrameExecution. This uses the system nano time in conjunction with the system identity for the object to create a unique identity for this.

Author:
Ramon Servadei

Constructor Summary
EventFrameExecution()
          Standard constructor for an execution of an event frame
EventFrameExecution(String id)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventFrameExecution

public EventFrameExecution()
Standard constructor for an execution of an event frame


EventFrameExecution

public EventFrameExecution(String id)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2007-2009. All Rights Reserved.