Uses of Interface
org.terracotta.context.ContextListener
Packages that use ContextListener
-
Uses of ContextListener in org.terracotta.context
Fields in org.terracotta.context with type parameters of type ContextListenerMethods in org.terracotta.context that return types with arguments of type ContextListenerModifier and TypeMethodDescription(package private) abstract Collection<ContextListener>AbstractTreeNode.getListeners()MutableTreeNode.getListeners()(package private) Collection<ContextListener>RootNode.getListeners()Methods in org.terracotta.context with parameters of type ContextListenerModifier and TypeMethodDescriptionvoidRootNode.addListener(ContextListener listener) voidContextManager.deregisterContextListener(ContextListener listener) Removes a previously registered listener from the listener set.voidContextManager.registerContextListener(ContextListener listener) Registers a listener for additions and removals to thisContextManager's context graph.voidRootNode.removeListener(ContextListener listener)