Uses of Interface
org.isam.exehda.services.ContextManager.ContextListener

Packages that use ContextManager.ContextListener
org.isam.exehda.services   
org.isam.exehda.services.ctxm   
 

Uses of ContextManager.ContextListener in org.isam.exehda.services
 

Methods in org.isam.exehda.services with parameters of type ContextManager.ContextListener
 void ContextManager.addContextListener(ContextManager.ContextListener l, ContextManager.Context ctx)
          Registers a listener for events on the given context element.
 void ContextManager.removeContextListener(ContextManager.ContextListener l, ContextManager.Context ctx)
          Removes a previously registered context listener.
 void AdaptEngine.addContextListener(ContextManager.ContextListener l, java.lang.String ctxName)
          Operation
 void AdaptEngine.removeContextListener(ContextManager.ContextListener l)
          Operation
 

Uses of ContextManager.ContextListener in org.isam.exehda.services.ctxm
 

Methods in org.isam.exehda.services.ctxm with parameters of type ContextManager.ContextListener
 void CtxManagerImplNode.addContextListener(ContextManager.ContextListener l, ContextManager.Context ctx)
           
 void CtxManagerImplNode.removeContextListener(ContextManager.ContextListener l, ContextManager.Context ctx)
           
 void ContextInfo.addListener(ContextManager.ContextListener l)
           
 void ContextInfo.removeListener(ContextManager.ContextListener l)