uk.ac.ic.doc.automed.p2p.gui.graph.events
Class EventJob

java.lang.Object
  extended by uk.ac.ic.doc.automed.util.queue.Job
      extended by uk.ac.ic.doc.automed.p2p.gui.graph.events.EventJob

public class EventJob
extends Job


Constructor Summary
EventJob(GEvent obj)
           
 
Method Summary
 int getTag()
           
 
Methods inherited from class uk.ac.ic.doc.automed.util.queue.Job
getDetails, getHandlerType, getProfile, setDetails, setHandlerType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventJob

public EventJob(GEvent obj)
Parameters:
obj - the event object associated to this job
destQueue - the destination queue to which this is submitted to
Method Detail

getTag

public int getTag()