com.partnersoft.v3x.apps.Staker.ctron
Interface CtronModule

All Known Implementing Classes:
PicklistCtronModule, UnitCtronModule

public interface CtronModule

A module for our little ctron here. Must support loading and saving its state, launch reports, and provide a GUI.


Method Summary
 java.awt.Component getGUI()
           
 java.lang.String getName()
           
 void load()
           
 void report()
           
 void save()
           
 

Method Detail

load

void load()

save

void save()

report

void report()

getGUI

java.awt.Component getGUI()

getName

java.lang.String getName()