public class EventNotification extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EventNotification.Action |
Constructor and Description |
---|
EventNotification() |
EventNotification(EventNotification.Action action,
String eventyType,
Object data) |
Modifier and Type | Method and Description |
---|---|
EventNotification.Action |
getAction() |
Object |
getData() |
String |
getSchedulerEvent() |
void |
setAction(EventNotification.Action action) |
void |
setData(Object data) |
void |
setSchedulerEvent(String schedulerEvent) |
public EventNotification()
public EventNotification(EventNotification.Action action, String eventyType, Object data)
public void setAction(EventNotification.Action action)
public EventNotification.Action getAction()
public String getSchedulerEvent()
public void setSchedulerEvent(String schedulerEvent)
public Object getData()
public void setData(Object data)