edu.emory.mathcs.h2o.event
Class Event

java.lang.Object
  extended byedu.emory.mathcs.h2o.event.Event
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DeployEvent, InitialPlugletStateEvent, JarDownloadingEvent, NewSessionEvent, PlugletEvent, PlugletListEvent, SessionEvent

public class Event
extends java.lang.Object
implements java.io.Serializable

Base H2O event class.

Version:
1.0
Author:
Dawid Kurzyniec
See Also:
Serialized Form

Field Summary
protected  java.lang.Object source
           
protected  long timestamp
           
 
Constructor Summary
Event(java.lang.Object source)
           
Event(java.lang.Object source, long timestamp)
           
 
Method Summary
 java.lang.Object getSource()
           
 long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected java.lang.Object source

timestamp

protected long timestamp
Constructor Detail

Event

public Event(java.lang.Object source)

Event

public Event(java.lang.Object source,
             long timestamp)
Method Detail

getSource

public java.lang.Object getSource()

getTimestamp

public long getTimestamp()