Class SimpleGnutellaServer.timerEvent

java.lang.Object
  extended by SimpleGnutellaServer.timerEvent
All Implemented Interfaces:
QueueElementIF
Enclosing class:
SimpleGnutellaServer

 class SimpleGnutellaServer.timerEvent
extends java.lang.Object
implements QueueElementIF

Small internal class to represent a timer event.


Field Summary
private  int code
           
 
Constructor Summary
SimpleGnutellaServer.timerEvent(int code)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

private int code
Constructor Detail

SimpleGnutellaServer.timerEvent

SimpleGnutellaServer.timerEvent(int code)