Uses of Interface
org.jacp.api.action.IDelegateDTO

Packages that use IDelegateDTO
org.jacp.api.coordinator   
org.jacp.api.perspective   
 

Uses of IDelegateDTO in org.jacp.api.coordinator
 

Methods in org.jacp.api.coordinator that return types with arguments of type IDelegateDTO
 java.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> IMessageDelegator.getMessageDelegateQueue()
          Returns the delegate queue.
 

Methods in org.jacp.api.coordinator with parameters of type IDelegateDTO
 void IMessageDelegator.delegateMessage(IDelegateDTO<A,M> messageDTO)
          Delegate message to correct perspective/component
 

Method parameters in org.jacp.api.coordinator with type arguments of type IDelegateDTO
 void IComponentCoordinator.setMessageDelegateQueue(java.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> delegateQueue)
          set delegate queue
 

Uses of IDelegateDTO in org.jacp.api.perspective
 

Methods in org.jacp.api.perspective that return types with arguments of type IDelegateDTO
 java.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> IPerspective.getMessageDelegateQueue()
          Returns delegate queue to delegate actions to correct target
 

Method parameters in org.jacp.api.perspective with type arguments of type IDelegateDTO
 void IPerspective.init(java.util.concurrent.BlockingQueue<ISubComponent<L,A,M>> componentDelegateQueue, java.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> messageDelegateQueue)
          The initialization method.