All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.util.CommandTargetManager

java.lang.Object
   |
   +----jas.util.CommandTargetManager

public class CommandTargetManager
extends Object

Constructor Index

 o CommandTargetManager()

Method Index

 o add(CommandProcessor)
 o add(CommandSource)
 o remove(CommandProcessor)
 o remove(CommandSource)
 o start()

Constructors

 o CommandTargetManager
 public CommandTargetManager()

Methods

 o add
 public synchronized void add(CommandProcessor processor)
 o remove
 public synchronized void remove(CommandProcessor processor)
 o add
 public synchronized void add(CommandSource source)
 o remove
 public synchronized void remove(CommandSource source)
 o start
 public synchronized void start()

All Packages  Class Hierarchy  This Package  Previous  Next  Index