All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.script.SCRClientExt

public interface interface SCRClientExt
extends SCRClient
The scripting client interface extension is implemented by the object that requires a scripting environment.

See Also:
SCREnvironment

Method Index

 o ideClosed(SCREnvironment)
Notifies the client about the IDE window closing.
 o supportsRunRequest(SCREnvironment)
Checks if the client supports the run request feature.

Methods

 o ideClosed
 public abstract void ideClosed(SCREnvironment scrEnv)
Notifies the client about the IDE window closing.

Parameters:
scrEnv - The scripting environment.
 o supportsRunRequest
 public abstract boolean supportsRunRequest(SCREnvironment scrEnv)
Checks if the client supports the run request feature.

Parameters:
scrEnv - The scripting environment.
Returns:
true if the client supports the run request feature, false otherwise.

All Packages  Class Hierarchy  This Package  Previous  Next  Index