ostore.dispatch
Class Test.NumberedEvent

java.lang.Object
  |
  +--ostore.dispatch.Test.NumberedEvent
All Implemented Interfaces:
QueueElementIF
Direct Known Subclasses:
Test.NamedEvent
Enclosing class:
Test

public static class Test.NumberedEvent
extends Object
implements QueueElementIF


Field Summary
 int tag
           
 
Constructor Summary
Test.NumberedEvent(int tag)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tag

public int tag
Constructor Detail

Test.NumberedEvent

public Test.NumberedEvent(int tag)
Method Detail

toString

public String toString()
Overrides:
toString in class Object