|
juife v0.1a |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
net.sf.juife.event.TaskQueueEvent
public class TaskQueueEvent
A semantic event which indicates that the state of a task queue is changed.
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 |
---|
public TaskQueueEvent(java.lang.Object source, TaskQueueEvent.ID eventID)
TaskQueueEvent
.
source
- The object that originated the event.eventID
- The event ID.Method Detail |
---|
public TaskQueueEvent.ID getEventID()
|
juife v0.1a |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005 Grigor Iliev. All rights reserved. |