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.


Method Index

 o addOperator(OpInfo)
 o removeOperator(OpInfo)

Methods

 o addOperator
 public abstract void addOperator(OpInfo op)
 o removeOperator
 public abstract void removeOperator(OpInfo op)

All Packages  Class Hierarchy  This Package  Previous  Next  Index