p2pMapReduce.nodeModule.event
Class AbstractEvent

java.lang.Object
  extended by p2pMapReduce.nodeModule.event.AbstractEvent
All Implemented Interfaces:
EventIF

Deprecated. Not useful

public abstract class AbstractEvent
extends java.lang.Object
implements EventIF

Abstract implementation of Event interface.


Constructor Summary
AbstractEvent()
          Deprecated.  
AbstractEvent(EventType type)
          Deprecated.  
 
Method Summary
 EventType getType()
          Deprecated.  
 void setType(EventType type)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface p2pMapReduce.nodeModule.event.EventIF
getParam, getParams, setParams
 

Constructor Detail

AbstractEvent

public AbstractEvent()
Deprecated. 

AbstractEvent

public AbstractEvent(EventType type)
Deprecated. 
Method Detail

getType

public EventType getType()
Deprecated. 
Specified by:
getType in interface EventIF

setType

public void setType(EventType type)
Deprecated. 
Specified by:
setType in interface EventIF

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object