org.kie.internal.task.api
public interface EventService<T,V>
Modifier and Type | Method and Description |
---|---|
void |
clearTaskLifecycleEventListeners() |
void |
clearTasknotificationEventListeners() |
javax.enterprise.event.Event<org.kie.api.task.model.Task> |
getTaskLifecycleEventListeners() |
javax.enterprise.event.Event<NotificationEvent> |
getTaskNotificationEventListeners() |
void |
registerTaskLifecycleEventListener(V taskLifecycleEventListener) |
void |
registerTaskNotificationEventListener(T notificationEventListener) |
void registerTaskLifecycleEventListener(V taskLifecycleEventListener)
void registerTaskNotificationEventListener(T notificationEventListener)
javax.enterprise.event.Event<org.kie.api.task.model.Task> getTaskLifecycleEventListeners()
javax.enterprise.event.Event<NotificationEvent> getTaskNotificationEventListeners()
void clearTaskLifecycleEventListeners()
void clearTasknotificationEventListeners()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.