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.

Method Index

 o initExternal(Group)
Set the Group that the main class has loaded and initialized.
 o startExternal()
Start the operations of the external class.
 o stopExternal()
Stop the operations of the external class.

Methods

 o initExternal
  public abstract void initExternal(Group group)
Set the Group that the main class has loaded and initialized.
 o startExternal
  public abstract void startExternal()
Start the operations of the external class.
 o stopExternal
  public abstract void stopExternal()
Stop the operations of the external class.

All Packages  Class Hierarchy  This Package  Previous  Next  Index