fedora.client.objecteditor
Interface PotentiallyDirty

All Known Implementing Classes:
DatastreamPane, DatastreamPane.CurrentVersionPane, DatastreamsPane, EditingPane, ObjectEditorFrame, ObjectPane

public interface PotentiallyDirty

Interface for containers that report on dirtiness of sub-components.

Version:
$Id: PotentiallyDirty.java 5999 2007-04-05 17:23:10Z cwilper $
Author:
cwilper@cs.cornell.edu

Method Summary
 boolean isDirty()
          Have my editable components changed since being loaded from the server?
 

Method Detail

isDirty

boolean isDirty()
Have my editable components changed since being loaded from the server?