ostore.dispatch
Class Test.OtherEvent

java.lang.Object
  |
  +--ostore.dispatch.Test.OtherEvent
All Implemented Interfaces:
QueueElementIF
Enclosing class:
Test

public static class Test.OtherEvent
extends Object
implements QueueElementIF


Field Summary
 int tag
           
 
Constructor Summary
Test.OtherEvent(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.OtherEvent

public Test.OtherEvent(int tag)
Method Detail

toString

public String toString()
Overrides:
toString in class Object