jBPM Designer- API 6.2.0-SNAPSHOT

org.jbpm.designer.notification
Class DesignerNotificationEvent

java.lang.Object
  extended by org.jbpm.designer.notification.DesignerNotificationEvent

@Portable
public class DesignerNotificationEvent
extends Object


Constructor Summary
DesignerNotificationEvent()
           
DesignerNotificationEvent(String notification, org.uberfire.workbench.events.NotificationEvent.NotificationType type, String userId)
           
DesignerNotificationEvent(String notification, String message, String userId)
           
 
Method Summary
 String getNotification()
           
 org.uberfire.workbench.events.NotificationEvent.NotificationType getType()
           
 String getUserId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DesignerNotificationEvent

public DesignerNotificationEvent()

DesignerNotificationEvent

public DesignerNotificationEvent(String notification,
                                 String message,
                                 String userId)

DesignerNotificationEvent

public DesignerNotificationEvent(String notification,
                                 org.uberfire.workbench.events.NotificationEvent.NotificationType type,
                                 String userId)
Method Detail

getNotification

public String getNotification()

getType

public org.uberfire.workbench.events.NotificationEvent.NotificationType getType()

getUserId

public String getUserId()

toString

public String toString()
Overrides:
toString in class Object

jBPM Designer- API 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.