Package org.jbpm.designer.notification
Class DesignerNotificationEvent
- java.lang.Object
-
- org.jbpm.designer.notification.DesignerNotificationEvent
-
@Portable public class DesignerNotificationEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description DesignerNotificationEvent()DesignerNotificationEvent(String notification, String message, String userId)DesignerNotificationEvent(String notification, org.uberfire.workbench.events.NotificationEvent.NotificationType type, String userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNotification()org.uberfire.workbench.events.NotificationEvent.NotificationTypegetType()StringgetUserId()StringtoString()
-