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").


Nested Class Summary
static interface IHumanInteractionController.Response
           
 
Method Summary
 IHumanInteractionController.Response declareError(IStatus status)
           
 IHumanInteractionController.Response declareInformation(IStatus status)
           
 IHumanInteractionController.Response declareWarning(IStatus status)
           
 IHumanInteractionController.Response requestDirection(IStatus status)
           
 

Method Detail

requestDirection

IHumanInteractionController.Response requestDirection(IStatus status)

declareInformation

IHumanInteractionController.Response declareInformation(IStatus status)

declareWarning

IHumanInteractionController.Response declareWarning(IStatus status)

declareError

IHumanInteractionController.Response declareError(IStatus status)