asg.cliche
Interface ShellDependent

All Known Implementing Classes:
HelpCommandHandler

public interface ShellDependent

Classes that want to have an instance of Shell associated with them should implement this interface. Upon registration in Shell, cliSetShell() is called.


Method Summary
 void cliSetShell(Shell theShell)
          This method informs the object about the Shell operating it.
 

Method Detail

cliSetShell

void cliSetShell(Shell theShell)
This method informs the object about the Shell operating it. Is called upon object's registration in Shell.

Parameters:
theShell - Shell running the object.