public class NotificationEvent extends Object implements UberFireEvent
Modifier and Type | Class and Description |
---|---|
static class |
NotificationEvent.NotificationType |
Constructor and Description |
---|
NotificationEvent(String notification) |
NotificationEvent(String notification,
boolean isSingleton) |
NotificationEvent(String notification,
NotificationEvent.NotificationType type) |
NotificationEvent(String notification,
NotificationEvent.NotificationType type,
boolean isSingleton) |
NotificationEvent(String notification,
NotificationEvent.NotificationType type,
boolean isSingleton,
PlaceRequest placeRequest) |
NotificationEvent(String notification,
NotificationEvent.NotificationType type,
boolean isSingleton,
PlaceRequest placeRequest,
Integer initialTopOffset) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getInitialTopOffset() |
String |
getNotification() |
PlaceRequest |
getPlaceRequest() |
NotificationEvent.NotificationType |
getType() |
int |
hashCode() |
boolean |
isSingleton() |
String |
toString() |
public NotificationEvent(String notification)
public NotificationEvent(String notification, NotificationEvent.NotificationType type)
public NotificationEvent(String notification, boolean isSingleton)
public NotificationEvent(String notification, NotificationEvent.NotificationType type, boolean isSingleton)
public NotificationEvent(String notification, NotificationEvent.NotificationType type, boolean isSingleton, PlaceRequest placeRequest)
public NotificationEvent(String notification, NotificationEvent.NotificationType type, boolean isSingleton, PlaceRequest placeRequest, Integer initialTopOffset)
public String getNotification()
public NotificationEvent.NotificationType getType()
public boolean isSingleton()
public PlaceRequest getPlaceRequest()
public Integer getInitialTopOffset()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.