SCMAction.ISCMActionCallback Interface

com.bea.ide.sourcecontrol
SCMAction.ISCMActionCallback Interface

public static interface SCMAction.ISCMActionCallback

SourceControlSvc.performAction will call this interface when the action is completed.

Enclosing class

SCMAction

Method Summary

public void
actionComplete(boolean success)
Called when the action is completed.

Method Detail

actionComplete(boolean) Method

public void actionComplete(boolean success)
Called when the action is completed.

Parameters

success
false means it was cancelled.