Class DesignerNotificationEvent


  • @Portable
    public class DesignerNotificationEvent
    extends Object
    • 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()