jfreerails.client.view
Interface ActiveView

All Known Implementing Classes:
BuildTrackJPanel

public interface ActiveView

Defines a standard method to initiate GUI components that need access to the ModelRoot and the ActionRoot.

Author:
Luke

Method Summary
 void setup(ModelRoot modelRoot, ActionRoot ar, RenderersRoot vl, java.awt.event.ActionListener submitButtonCallBack)
           
 

Method Detail

setup

void setup(ModelRoot modelRoot,
           ActionRoot ar,
           RenderersRoot vl,
           java.awt.event.ActionListener submitButtonCallBack)