Uses of Class
unsw.cse.mica.util.StackableHandler

Packages that use StackableHandler
unsw.cse.mica.agent.transport Provides implementations of the AgentTransport interface using a combination of low-level connections and higher-level protocols. 
unsw.cse.mica.blackboard.transport Provides implementations of the BlackboardTransport interface using a combination of low-level connections and higher-level protocols. 
unsw.cse.mica.blackboard.transport.secure Provides implementations of connections and protocols for the BlackboardTransport interface for establishing secure communications with agents. 
unsw.cse.mica.data Provides support for Mobs (MICA objects) and mob types 
unsw.cse.mica.util A collection of general-purpose utilities for the mica framework. 
 

Uses of StackableHandler in unsw.cse.mica.agent.transport
 

Subclasses of StackableHandler in unsw.cse.mica.agent.transport
 class AgentXMLHandler
          A support class for the XMLAgentProtocol.
 

Uses of StackableHandler in unsw.cse.mica.blackboard.transport
 

Subclasses of StackableHandler in unsw.cse.mica.blackboard.transport
 class BlackboardXMLHandler
          A helper method for XMLBlackboardProtocol that parses the incoming XML.
 

Uses of StackableHandler in unsw.cse.mica.blackboard.transport.secure
 

Subclasses of StackableHandler in unsw.cse.mica.blackboard.transport.secure
 class BlackboardSecureXMLHandler
           
 

Uses of StackableHandler in unsw.cse.mica.data
 

Subclasses of StackableHandler in unsw.cse.mica.data
 class LocalTypeManagerXMLHandler
          A Stackable XML handler for the parsing of a type manager.
 class MobXMLHandler
          A stackable XML parser for mobs.
 

Uses of StackableHandler in unsw.cse.mica.util
 

Methods in unsw.cse.mica.util with parameters of type StackableHandler
 void StackableHandler.onPopped(StackableHandler handler, java.lang.Object obj)
          Notify this handler that the handler above this one on the stack has popped itself off the stack.
 void StackableHandler.push(StackableHandler handler)
          Push a child handler onto the stack associated with this handler
 void StackHandler.push(StackableHandler handler)
          Push a new handler onto the stack
 

Constructors in unsw.cse.mica.util with parameters of type StackableHandler
StackHandler(StackableHandler handler)
          Create a new StackHandler with the given stackable handler as the first item on the stack.