Uses of Interface
tml.vectorspace.operations.OperationListener

Packages that use OperationListener
tml.vectorspace.operations Operations are predefined sets of interesting information that can be obtained from a Semantic Space. 
 

Uses of OperationListener in tml.vectorspace.operations
 

Methods in tml.vectorspace.operations with parameters of type OperationListener
 void Operation.addOperationListener(OperationListener listener)
           
 void AbstractOperation.addOperationListener(OperationListener listener)
           
 void Operation.removeOperationListener(OperationListener listener)
           
 void AbstractOperation.removeOperationListener(OperationListener listener)