Version: 1.1.1

Uses of Interface
org.biomoby.shared.event.NotificationListener

Packages that use NotificationListener
org.biomoby.client The components used for developing Moby clients. 
org.biomoby.service.dashboard   
org.biomoby.shared.event   
 

Uses of NotificationListener in org.biomoby.client
 

Methods in org.biomoby.client that return NotificationListener
 NotificationListener[] CentralDigestImpl.getNotificationListeners()
           
 

Methods in org.biomoby.client with parameters of type NotificationListener
 void CentralDigestImpl.addNotificationListener(NotificationListener l)
           
 void CentralDigestImpl.addNotificationListeners(NotificationListener[] l)
           
 void CentralDigestImpl.removeNotificationListener(NotificationListener l)
           
 void CentralDigestImpl.removeNotificationListeners(NotificationListener[] l)
           
 

Uses of NotificationListener in org.biomoby.service.dashboard
 

Classes in org.biomoby.service.dashboard that implement NotificationListener
 class CommonBoard
          This is a simple graphical widget combining together a tree (a subclass of CommonTree) and a progress bar showing how the tree is being loaded.
 class DataTypesBoard
          This is a simple graphical widget combining together a tree (a subclass of CommonTree) and a progress bar showing how the tree is being loaded.
 class NamespacesBoard
          This is a simple graphical widget combining together a tree (a subclass of CommonTree) and a progress bar showing how the tree is being loaded.
 class ServicesBoard
          This is a simple graphical widget combining together a tree (a subclass of CommonTree) and a progress bar showing how the tree is being loaded.
 class ServiceTypesBoard
          This is a simple graphical widget combining together a tree (a subclass of CommonTree) and a progress bar showing how the tree is being loaded.
 class StatisticsPanel
          A panel showing various statistics.
 

Methods in org.biomoby.service.dashboard that return NotificationListener
 NotificationListener[] RegistryModel.getNotificationListeners()
           
 

Methods in org.biomoby.service.dashboard with parameters of type NotificationListener
 void RegistryModel.addNotificationListener(NotificationListener l)
           
 void RegistryModel.addNotificationListeners(NotificationListener[] l)
           
 void RegistryModel.removeNotificationListener(NotificationListener l)
           
 void RegistryModel.removeNotificationListeners(NotificationListener[] l)
           
 

Uses of NotificationListener in org.biomoby.shared.event
 

Classes in org.biomoby.shared.event that implement NotificationListener
 class LogListener
          A simple implementation of a NotificationListener that prints all intercepted messages to a log.
 class SimpleListener
          A simple implementation of a NotificationListener that prints all intercepted messages on standard output, or to the given output stream.
 

Methods in org.biomoby.shared.event that return NotificationListener
 NotificationListener[] Notifier.getNotificationListeners()
          Returns an array of all the NotificationListeners added to the class that implements this interface.
 

Methods in org.biomoby.shared.event with parameters of type NotificationListener
 void Notifier.addNotificationListener(NotificationListener l)
          Adds the specified notification listener to receive notification events from the class that implements this interface.
 void Notifier.addNotificationListeners(NotificationListener[] l)
          Adds the specified notification listeners to receive notification events from the class that implements this interface.
 void Notifier.removeNotificationListener(NotificationListener l)
          Removes the specified notification listener so that it no longer receives notification events from the class that implements this interface.
 void Notifier.removeNotificationListeners(NotificationListener[] l)
          Removes the specified notification listeners so that they no longer receive notification events from the class that implements this interface.
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010