view
Interface IShowLoaderSaver

All Known Subinterfaces:
ILightViewConnector

public interface IShowLoaderSaver

This interface defines the methods required to load or save a show.


Method Summary
 void loadShow(String filename)
          This method will initiate a show load.
 void saveShow(String filename)
          This method will initiate a show save.
 

Method Detail

saveShow

void saveShow(String filename)
This method will initiate a show save.

Parameters:
filename - The name and path to save the file to.

loadShow

void loadShow(String filename)
This method will initiate a show load.

Parameters:
filename - The name and path to load the file from.