org.acm.seguin.io
Interface Saveable

All Known Implementing Classes:
PackageSelectorPanel, UMLPackage

public interface Saveable

Notifies something that this object can be saved autonomically.

Author:
Chris Seguin

Method Summary
 void save()
          Saves the object
 

Method Detail

save

void save()
          throws java.io.IOException
Saves the object

Throws:
java.io.IOException - thrown if trouble saving the file