All Packages Class Hierarchy This Package Previous Next Index
Interface ninja.activeproxy.path.OpNotifierIF
- public interface OpNotifierIF
Interface which operator registry clients implement to be notified of
changes in the set of available operators.
-
addOperator(OpInfo)
-
-
removeOperator(OpInfo)
-
addOperator
public abstract void addOperator(OpInfo op)
removeOperator
public abstract void removeOperator(OpInfo op)
All Packages Class Hierarchy This Package Previous Next Index