Uses of Interface
visad.MessageListener

Packages that use MessageListener
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.cluster   
visad.collab   
visad.ss Provides a spreadsheet user interface for VisAD that can import data from any form VisAD supports and compute new data objects using formulas by utilizing the visad.formula package. 
 

Uses of MessageListener in visad
 

Methods in visad with parameters of type MessageListener
 void LocalDisplay.addMessageListener(MessageListener listener)
          add a MessageListener
 void DisplayImpl.addMessageListener(MessageListener listener)
          Forward messages to the specified listener
 void LocalDisplay.removeMessageListener(MessageListener listener)
          Removes a MessageListener.
 void DisplayImpl.removeMessageListener(MessageListener listener)
          Remove listener from the message list.
 

Uses of MessageListener in visad.cluster
 

Classes in visad.cluster that implement MessageListener
 class TestProxyCluster
          TestProxyCluster is the class for testing the visad.cluster package.
 class TestSSCluster
          TestSSCluster is the class for testing the visad.cluster package.
 class TestWRFCluster
          TestWRFCluster is the class for testing the visad.cluster package.
 

Uses of MessageListener in visad.collab
 

Subinterfaces of MessageListener in visad.collab
 interface DisplayMonitor
          DisplayMonitor is the interface for objects which monitor the state of Controls, Displays and ScalarMaps.
 interface RemoteDisplayMonitor
          RemoteDisplayMonitor is the interface for monitoring RemoteDisplays.
 

Classes in visad.collab that implement MessageListener
 class DisplayMonitorImpl
          DisplayMonitorImpl is the Display monitor implementation.
 class RemoteDisplayMonitorImpl
          RemoteDisplayMonitorImpl is the implementation of the VisAD RemoteDisplayMonitor class.
 

Uses of MessageListener in visad.ss
 

Classes in visad.ss that implement MessageListener
 class BasicSSCell
          BasicSSCell represents a single spreadsheet display cell.
 class FancySSCell
          FancySSCell is an extension of BasicSSCell with extra options, such as a file loader dialog and a dialog to set up ScalarMaps.