Uses of Interface
org.jdesktop.swingx.event.MessageListener

Packages that use MessageListener
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.event Contains API for events added as part of JDNC's Swing extensions, such as message and progress events. 
 

Uses of MessageListener in org.jdesktop.swingx
 

Classes in org.jdesktop.swingx that implement MessageListener
 class JXStatusBar
          A component which is a container for displaying messages.
 

Methods in org.jdesktop.swingx with parameters of type MessageListener
 void MouseMessagingHandler.setMessageListener(MessageListener listener)
           
 

Constructors in org.jdesktop.swingx with parameters of type MessageListener
MouseMessagingHandler(java.lang.Object source, MessageListener messageListener)
           
 

Uses of MessageListener in org.jdesktop.swingx.event
 

Methods in org.jdesktop.swingx.event that return MessageListener
 MessageListener[] MessageSource.getMessageListeners()
          Returns an array of listeners.
 MessageListener[] MessageSourceSupport.getMessageListeners()
           
 

Methods in org.jdesktop.swingx.event with parameters of type MessageListener
 void MessageSource.addMessageListener(MessageListener l)
          Register the MessageListener.
 void MessageSourceSupport.addMessageListener(MessageListener l)
           
 void MessageSource.removeMessageListener(MessageListener l)
          Unregister the MessageListener from the MessageSource.
 void MessageSourceSupport.removeMessageListener(MessageListener l)