Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.ide.navigator
Interface ApplicationChangeNotifier


public interface ApplicationChangeNotifier

Interface implemented by an object that can be the source of ApplicationChangeEvent notifications.


Method Summary
 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.
 

Method Detail

currentApplication

Workspace currentApplication()
Returns the currently selected application.

Returns:
the currently selected application.

addApplicationChangeListener

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.

Parameters:
listener - the listener to add

removeApplicationChangeListener

void removeApplicationChangeListener(ApplicationChangeListener listener)
Removes the specified listener so that it no longer receives ApplicationChangeEvent notifications from the object implementing this interface.

Parameters:
listener - the listener to remove

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.