Uses of Class
net.incongru.taskman.TaskEvent

Packages that use TaskEvent
net.incongru.taskman   
net.incongru.taskman.action   
net.incongru.taskman.def   
net.incongru.taskman.hibernate   
 

Uses of TaskEvent in net.incongru.taskman
 

Methods in net.incongru.taskman that return TaskEvent
 TaskEvent TaskInstanceImpl.getStatus()
           
 TaskEvent TaskInstance.getStatus()
           
 TaskEvent TaskLogImpl.getTaskEvent()
           
 TaskEvent TaskLog.getTaskEvent()
           
static TaskEvent TaskEvent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaskEvent[] TaskEvent.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.incongru.taskman with parameters of type TaskEvent
 void TaskInstanceImpl.setStatus(TaskEvent status)
           
 void TaskLogImpl.setTaskEvent(TaskEvent taskEvent)
           
 

Uses of TaskEvent in net.incongru.taskman.action
 

Methods in net.incongru.taskman.action that return TaskEvent
 TaskEvent TaskContext.getEvent()
           
 

Methods in net.incongru.taskman.action with parameters of type TaskEvent
 TaskAction TaskActionManagerImpl.getTaskAction(TaskInstance task, TaskEvent event)
           
 TaskAction TaskActionManager.getTaskAction(TaskInstance task, TaskEvent event)
           
 

Uses of TaskEvent in net.incongru.taskman.def
 

Methods in net.incongru.taskman.def that return types with arguments of type TaskEvent
 java.util.Map<TaskEvent,java.lang.Class<? extends TaskAction>> TaskDefImpl.getEventActionMap()
           
 

Methods in net.incongru.taskman.def with parameters of type TaskEvent
 java.lang.Class<? extends TaskAction> TaskDefImpl.getEventActionClass(TaskEvent event)
           
 java.lang.Class<? extends TaskAction> TaskDef.getEventActionClass(TaskEvent event)
           
 

Method parameters in net.incongru.taskman.def with type arguments of type TaskEvent
 void TaskDefImpl.setEventActionMap(java.util.Map<TaskEvent,java.lang.Class<? extends TaskAction>> eventActionMap)
           
 

Uses of TaskEvent in net.incongru.taskman.hibernate
 

Methods in net.incongru.taskman.hibernate that return TaskEvent
 TaskEvent HibernatedTaskMan.TaskContextImpl.getEvent()
           
 



Copyright © 2004-2007. All Rights Reserved.