juife
v0.1a

net.sf.juife.event
Class TaskQueueEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.sf.juife.event.TaskQueueEvent
All Implemented Interfaces:
java.io.Serializable

public class TaskQueueEvent
extends java.util.EventObject

A semantic event which indicates that the state of a task queue is changed.

See Also:
Serialized Form

Nested Class Summary
static class TaskQueueEvent.ID
          Represents the TaskQueueEvent type.
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TaskQueueEvent(java.lang.Object source, TaskQueueEvent.ID eventID)
          Creates a new instance of TaskQueueEvent.
 
Method Summary
 TaskQueueEvent.ID getEventID()
          Identifies the event type.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskQueueEvent

public TaskQueueEvent(java.lang.Object source,
                      TaskQueueEvent.ID eventID)
Creates a new instance of TaskQueueEvent.

Parameters:
source - The object that originated the event.
eventID - The event ID.
Method Detail

getEventID

public TaskQueueEvent.ID getEventID()
Identifies the event type.

Returns:
The event ID.

juife
v0.1a

Copyright © 2005 Grigor Iliev. All rights reserved. SourceForge.net Logo