|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolkitNotificationListener | |
---|---|
org.terracotta.toolkit.events |
Uses of ToolkitNotificationListener in org.terracotta.toolkit.events |
---|
Methods in org.terracotta.toolkit.events that return types with arguments of type ToolkitNotificationListener | |
---|---|
List<ToolkitNotificationListener<T>> |
ToolkitNotifier.getNotificationListeners()
Returns the List of the local NotificationListeners. |
Methods in org.terracotta.toolkit.events with parameters of type ToolkitNotificationListener | |
---|---|
void |
ToolkitNotifier.addNotificationListener(ToolkitNotificationListener<T> listener)
Add a local notification listener. |
void |
ToolkitNotifier.removeNotificationListener(ToolkitNotificationListener<T> listener)
Remove the notification listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |