public class ScenarioNotificationEvent extends com.google.gwt.event.shared.GwtEvent<ScenarioNotificationEventHandler>
GwtEvent
to show a notificationModifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ScenarioNotificationEventHandler> |
TYPE |
Constructor and Description |
---|
ScenarioNotificationEvent(String message,
org.uberfire.workbench.events.NotificationEvent.NotificationType type) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ScenarioNotificationEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ScenarioNotificationEventHandler> |
getAssociatedType() |
String |
getMessage() |
org.uberfire.workbench.events.NotificationEvent.NotificationType |
getNotificationType() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<ScenarioNotificationEventHandler> TYPE
public ScenarioNotificationEvent(String message, org.uberfire.workbench.events.NotificationEvent.NotificationType type)
public com.google.gwt.event.shared.GwtEvent.Type<ScenarioNotificationEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ScenarioNotificationEventHandler>
public String getMessage()
public org.uberfire.workbench.events.NotificationEvent.NotificationType getNotificationType()
protected void dispatch(ScenarioNotificationEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<ScenarioNotificationEventHandler>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.