uk.ac.kcl.cch.jb.pliny.editors
Interface IResourceChangeablePart

All Superinterfaces:
IPropertyChangeObject
All Known Implementing Classes:
BrowserEditor

public interface IResourceChangeablePart
extends IPropertyChangeObject

Editor or view parts should implement this interface when they operate in such a way that the Resource they work with can change during operation.

The editor supporting this must become a PropertyChangeSource, and whenever the resource change fire an event with name provided by CHANGE_EVENT, and containing both the previouus and new Resource.

Author:
John Bradley

Field Summary
static String CHANGE_EVENT
           
 
Methods inherited from interface uk.ac.kcl.cch.rdb2java.dynData.IPropertyChangeObject
addPropertyChangeListener, removePropertyChangeListener
 

Field Detail

CHANGE_EVENT

public static final String CHANGE_EVENT
See Also:
Constant Field Values