Uses of Interface
org.fuin.jmsmvc4swing.base.ControllerResultListener

Packages that use ControllerResultListener
org.fuin.jmsmvc4swing.base Classes for usage within your application. 
org.fuin.jmsmvc4swing.jms Internal classes for handling the JMS specific part Classes from this package should not be used within your application). 
 

Uses of ControllerResultListener in org.fuin.jmsmvc4swing.base
 

Classes in org.fuin.jmsmvc4swing.base that implement ControllerResultListener
 class ControllerResultAdapter
          Receives controller results and does nothing by default.
 class ControllerResultBusyAdapter<T extends JComponent>
          Maps the received controller events to a JBusyComponent.
 

Uses of ControllerResultListener in org.fuin.jmsmvc4swing.jms
 

Methods in org.fuin.jmsmvc4swing.jms with parameters of type ControllerResultListener
protected  void ControllerSender.configureBusyMode(MethodCallSender methodCallSender, ControllerResultListener listener)
          
 

Constructors in org.fuin.jmsmvc4swing.jms with parameters of type ControllerResultListener
MethodResultReceiver(JmsJndiEnvironment env, String topicName, String methodName, long id, ControllerResultListener listener)
          Constructor.
 



Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.