public abstract class JmxNotificationsView extends BasicView implements UIComponent
Modifier and Type | Class and Description |
---|---|
static class |
JmxNotificationsView.NotificationAction |
BasicView.Action
Constructor and Description |
---|
JmxNotificationsView() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addNotification(JmxNotification data) |
abstract void |
addNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener) |
abstract void |
clearNotifications() |
abstract void |
removeNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener) |
abstract void |
setNotificationsEnabled(boolean enabled) |
addActionListener, notify, removeActionListener
public abstract void addNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener)
public abstract void removeNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener)
public abstract void setNotificationsEnabled(boolean enabled)
public abstract void clearNotifications()
public abstract void addNotification(JmxNotification data)
Copyright © 2013. All Rights Reserved.