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
-
ideClosed(SCREnvironment)
- Notifies the client about the IDE window closing.
-
supportsRunRequest(SCREnvironment)
- Checks if the client supports the run request feature.
ideClosed
public abstract void ideClosed(SCREnvironment scrEnv)
- Notifies the client about the IDE window closing.
- Parameters:
- scrEnv - The scripting environment.
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