Package pulse.tasks.listeners
Class TaskRepositoryEvent
- java.lang.Object
-
- pulse.tasks.listeners.TaskRepositoryEvent
-
public class TaskRepositoryEvent extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TaskRepositoryEvent.State
-
Constructor Summary
Constructors Constructor Description TaskRepositoryEvent(TaskRepositoryEvent.State state, Identifier id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Identifier
getId()
TaskRepositoryEvent.State
getState()
-
-
-
Constructor Detail
-
TaskRepositoryEvent
public TaskRepositoryEvent(TaskRepositoryEvent.State state, Identifier id)
-
-
Method Detail
-
getState
public TaskRepositoryEvent.State getState()
-
getId
public Identifier getId()
-
-