org.eclipse.stp.core.infrastructure.emf
Interface IHumanInteractionController
public interface IHumanInteractionController
This interface provides callbacks to be handled by the clients of the
IEditModel framework to prompt the user when necessary or to enforce a
default policy that does not require a formal user prompt (e.g. "Save
Always").
requestDirection
IHumanInteractionController.Response requestDirection(IStatus status)
declareInformation
IHumanInteractionController.Response declareInformation(IStatus status)
declareWarning
IHumanInteractionController.Response declareWarning(IStatus status)
declareError
IHumanInteractionController.Response declareError(IStatus status)