Uses of Interface
org.terracotta.toolkit.events.ToolkitNotificationListener

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.
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.