Interface ElJefe

public interface ElJefe
Allows an object to be a supervisor (or the boss = el jefe) for a RobotlFrame or descendent. Needed for the example program and tutorial systems. RobotlApplet also implements this interface.

Author:
Theo Van Dinter, Peter Sagerson

Method Index

 o action(Event, Object)
 o killFrame(RobotlFrame)

Methods

 o action
 public abstract boolean action(Event evt,
                                Object what)
 o killFrame
 public abstract void killFrame(RobotlFrame frame)