jBPM Designer- API 6.1.0.Beta4

org.jbpm.designer.notification
Class DesignerNotificationEvent

java.lang.Object
  extended by org.uberfire.workbench.events.UberFireEvent
      extended by org.jbpm.designer.notification.DesignerNotificationEvent

@Portable
public class DesignerNotificationEvent
extends org.uberfire.workbench.events.UberFireEvent


Constructor Summary
DesignerNotificationEvent()
           
DesignerNotificationEvent(String notification, org.uberfire.workbench.events.NotificationEvent.NotificationType type)
           
DesignerNotificationEvent(String notification, String message)
           
 
Method Summary
 String getNotification()
           
 org.uberfire.workbench.events.NotificationEvent.NotificationType getType()
           
 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)

DesignerNotificationEvent

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

getNotification

public String getNotification()

getType

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

toString

public String toString()
Overrides:
toString in class Object

jBPM Designer- API 6.1.0.Beta4

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