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

Packages that use IControllerReceiver
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 IControllerReceiver in org.fuin.jmsmvc4swing.base
 

Methods in org.fuin.jmsmvc4swing.base that return IControllerReceiver
 IControllerReceiver ControllerPair.getReceiver()
          Returns the receiver implementation.
 

Constructors in org.fuin.jmsmvc4swing.base with parameters of type IControllerReceiver
ControllerPair(T sender, IControllerReceiver receiver)
          Constructor.
 

Uses of IControllerReceiver in org.fuin.jmsmvc4swing.jms
 

Classes in org.fuin.jmsmvc4swing.jms that implement IControllerReceiver
 class ControllerReceiver
          Receives a JMS message for the controller and selects the appropriate handler.
 



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