system
Interface Viewable

All Known Implementing Classes:
CLI, GuiFrame

public interface Viewable

The interface allows for multiple ways of accessing the API. It contains one method which must be implemented to ensure the API can correspond to what ever way a programmer wants to access the API (ie GUI, CLI or web access).


Method Summary
 void init()
          This is the only implementation method required for this interface.
 

Method Detail

init

void init()
This is the only implementation method required for this interface.