| Package | Description |
|---|---|
| org.apache.airavata.xbaya.messaging | |
| org.apache.airavata.xbaya.ui.dialogs.monitor |
| Modifier and Type | Method and Description |
|---|---|
EventData |
EventDataRepository.getEvent(int index)
Returns a notification at a specified row.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventData> |
EventDataRepository.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDataRepository.addEvent(EventData event) |
void |
EventDataListener.notify(EventDataRepository eventDataRepo,
EventData eventData)
Gets triggered when a new message is received relevant for the experiment subscribed to
|
void |
EventDataListener.onCompletion(EventData completionNotification)
Gets triggered when the experiment completes
|
void |
EventDataListener.onFail(EventData failNotification)
Gets triggered when experiment fails
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitorWindow.show(EventData event)
Shows the notification.
|
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.