org.eclipse.stp.core.infrastructure.emf
Interface IHumanInteractionController.Response

Enclosing interface:
IHumanInteractionController

public static interface IHumanInteractionController.Response


Method Summary
 java.lang.Boolean shouldProceed()
          Indicates the response from the user or from the automatic policy.
 

Method Detail

shouldProceed

java.lang.Boolean shouldProceed()
Indicates the response from the user or from the automatic policy. A null value indicates "Cancel", a non- null value of true indicates "Yes", and a non- null value of false indicates "No".

Returns:
null for "Cancel", true for "Yes", and false for "No"
See Also:
Boolean.TRUE, Boolean.FALSE