ostore.dispatch
Class Test.NamedEvent

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

public static class Test.NamedEvent
extends Test.NumberedEvent


Field Summary
 String name
           
 
Fields inherited from class ostore.dispatch.Test.NumberedEvent
tag
 
Constructor Summary
Test.NamedEvent(String name, 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

name

public String name
Constructor Detail

Test.NamedEvent

public Test.NamedEvent(String name,
                       int tag)
Method Detail

toString

public String toString()
Overrides:
toString in class Test.NumberedEvent