Interface sunsoft.jws.visual.rt.base.ExternalCallOut
All Packages Class Hierarchy This Package Previous Next Index
Interface sunsoft.jws.visual.rt.base.ExternalCallOut
- public interface ExternalCallOut
- extends Object
An interface for an external call-out classes that know how to do
something with a Group object once its been created and initialized
in the main.
-
initExternal(Group)
- Set the Group that the main class has loaded and initialized.
-
startExternal()
- Start the operations of the external class.
-
stopExternal()
- Stop the operations of the external class.
initExternal
public abstract void initExternal(Group group)
- Set the Group that the main class has loaded and initialized.
startExternal
public abstract void startExternal()
- Start the operations of the external class.
stopExternal
public abstract void stopExternal()
- Stop the operations of the external class.
All Packages Class Hierarchy This Package Previous Next Index