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
| Methods inherited from class one.world.core.Tuple |
clone, containsNonSymbolicHandler, equals, fields, get, getMetaData, getType, hasField, hashCode, hasMetaData, remove, set, setMetaData, toString, wrap |
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