Uses of Interface
com.ibm.aglet.system.ContextListener

Packages that use ContextListener
com.ibm.aglet   
com.ibm.aglet.system   
com.ibm.aglets   
com.ibm.aglets.tahiti   
 

Uses of ContextListener in com.ibm.aglet
 

Methods in com.ibm.aglet with parameters of type ContextListener
 void AgletContext.addContextListener(ContextListener listener)
          Adds the specified context listener to receive context events from this context.
 void AgletContext.removeContextListener(ContextListener listener)
          Removes the specified context listener.
 

Uses of ContextListener in com.ibm.aglet.system
 

Classes in com.ibm.aglet.system that implement ContextListener
 class ContextAdapter
          The adapter which receives aglet context events.
 

Uses of ContextListener in com.ibm.aglets
 

Methods in com.ibm.aglets with parameters of type ContextListener
 void AgletContextImpl.addContextListener(ContextListener o)
           
 void AgletContextImpl.removeContextListener(ContextListener o)
           
 

Uses of ContextListener in com.ibm.aglets.tahiti
 

Classes in com.ibm.aglets.tahiti that implement ContextListener
 class CommandLine
          CommandLine is a simple command line interface to an aglet server.
 class Tahiti
          Tahiti is the viewer for aglets
 class TahitiDaemon
          Daemon is a simple non-UI interface to an aglet server.