seda.sandStorm.core
Class NullElement

java.lang.Object
  extended by seda.sandStorm.core.NullElement
All Implemented Interfaces:
QueueElementIF

public class NullElement
extends java.lang.Object
implements QueueElementIF

This is a 'null' QueueElementIF implementation, which can be used for signalling.


Constructor Summary
NullElement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullElement

public NullElement()