Interface IWorkItemLifecycleEventSubscriber
-
public interface IWorkItemLifecycleEventSubscriberA common interface for components wishing to listen forIWorkItemLifecycleEvents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEvent(IWorkItemLifecycleEvent event)Handler for theIWorkItemLifecycleEvent.
-
-
-
Method Detail
-
handleEvent
void handleEvent(IWorkItemLifecycleEvent event)
Handler for theIWorkItemLifecycleEvent.- Parameters:
event- theIWorkItemLifecycleEventbeing handled
-
-