Uses of Interface
LaColla.core.task.TaskMethodCall

Packages that use TaskMethodCall
LaColla.core.task   
 

Uses of TaskMethodCall in LaColla.core.task
 

Classes in LaColla.core.task that implement TaskMethodCall
 class TaskXMLRPCMethodCall
           
 

Methods in LaColla.core.task that return TaskMethodCall
 TaskMethodCall Task.getMethod()
           
 

Methods in LaColla.core.task with parameters of type TaskMethodCall
 void Task.setMethod(TaskMethodCall method_)