Uses of Interface
org.jivesoftware.MainWindowListener

Packages that use MainWindowListener
org.jivesoftware   
org.jivesoftware.spark Provides the Managers used as the main entry points into the Spark client. 
org.jivesoftware.spark.component Provides useful Swing components that can be used within Spark. 
 

Uses of MainWindowListener in org.jivesoftware
 

Methods in org.jivesoftware with parameters of type MainWindowListener
 void MainWindow.addMainWindowListener(MainWindowListener listener)
          Adds a MainWindow listener to MainWindow.
 void MainWindow.removeMainWindowListener(MainWindowListener listener)
          Removes the specified MainWindowListener.
 

Uses of MainWindowListener in org.jivesoftware.spark
 

Classes in org.jivesoftware.spark that implement MainWindowListener
 class PluginManager
          This manager is responsible for the loading of all Plugins and Workspaces within Spark environment.
 

Uses of MainWindowListener in org.jivesoftware.spark.component
 

Classes in org.jivesoftware.spark.component that implement MainWindowListener
 class Notifications
          Handles tray icon operations inside of Spark.