org.grinvin.io

Interface Subsystem

Known Implementing Classes:
WindowSubsystem

public interface Subsystem

Interface to be implemented by all subsystems that need to be stored in a workspace.

Method Summary

void
dispose()
void
init()
void
load(Element parent, SectionLoader sloader)
void
save(Element parent, SectionSaver ssaver)

Method Details

dispose

public void dispose()

init

public void init()

load

public void load(Element parent,
                 SectionLoader sloader)
            throws IOException

save

public void save(Element parent,
                 SectionSaver ssaver)
            throws IOException