Uses of Interface
org.terracotta.context.ContextListener
-
Packages that use ContextListener Package Description org.terracotta.context -
-
Uses of ContextListener in org.terracotta.context
Methods in org.terracotta.context with parameters of type ContextListener Modifier and Type Method Description 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.
-