public interface ApplicationChangeNotifier
ApplicationChangeEvent notifications.| Modifier and Type | Method and Description | 
|---|---|
void | 
addApplicationChangeListener(ApplicationChangeListener listener)
Adds the specified listener, which will be called back when
  an  
ApplicationChangeEvent notification is triggered from
  the object implementing this interface. | 
Workspace | 
currentApplication()
Returns the currently selected application. 
 | 
void | 
removeApplicationChangeListener(ApplicationChangeListener listener)
Removes the specified listener so that it no longer receives
   
ApplicationChangeEvent notifications from the object
  implementing this interface. | 
Workspace currentApplication()
void addApplicationChangeListener(ApplicationChangeListener listener)
ApplicationChangeEvent notification is triggered from
  the object implementing this interface.listener - the listener to addvoid removeApplicationChangeListener(ApplicationChangeListener listener)
ApplicationChangeEvent notifications from the object
  implementing this interface.listener - the listener to remove