Uses of Interface
org.terracotta.context.ContextListener
-
Packages that use ContextListener Package Description org.terracotta.context -
-
Uses of ContextListener in org.terracotta.context
Fields in org.terracotta.context with type parameters of type ContextListener Modifier and Type Field Description private java.util.Collection<ContextListener>RootNode. listenersMethods in org.terracotta.context that return types with arguments of type ContextListener Modifier and Type Method Description (package private) abstract java.util.Collection<ContextListener>AbstractTreeNode. getListeners()java.util.Collection<ContextListener>MutableTreeNode. getListeners()(package private) java.util.Collection<ContextListener>RootNode. getListeners()Methods in org.terracotta.context with parameters of type ContextListener Modifier and Type Method Description voidRootNode. 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)
-