one.fonda
Class EmptyEvent

java.lang.Object
  |
  +--one.world.core.Tuple
        |
        +--one.world.core.Event
              |
              +--one.fonda.EmptyEvent
All Implemented Interfaces:
Cloneable, Serializable

public final class EmptyEvent
extends Event

An empty event is an event with no data. It is used in the benchmarks to assure that the event we are sending is aboslutely minimal.

Version:
$Revision 1.2 $
See Also:
Serialized Form

Fields inherited from class one.world.core.Event
closure, source
 
Fields inherited from class one.world.core.Tuple
CLOSURE, id, ID, META_DATA, metaData, SOURCE
 
Constructor Summary
EmptyEvent()
          Constructs a new empty event.
EmptyEvent(EventHandler source, Object closure)
          Constructs a new empty event.
 
Methods inherited from class one.world.core.Event
validate
 
Methods inherited from class one.world.core.Tuple
clone, containsNonSymbolicHandler, equals, fields, get, getMetaData, getType, hasField, hashCode, hasMetaData, remove, set, setMetaData, toString, wrap
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyEvent

public EmptyEvent()
Constructs a new empty event.

EmptyEvent

public EmptyEvent(EventHandler source,
                  Object closure)
Constructs a new empty event.
Parameters:
source - The source of the event.
closure - The closure for the event.


(C) Copyright 2001 UW CSE