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
-
action(Event, Object)
-
-
killFrame(RobotlFrame)
-
action
public abstract boolean action(Event evt,
Object what)
killFrame
public abstract void killFrame(RobotlFrame frame)