public class EditorExitRequested extends EBMessage
| Constructor and Description | 
|---|
| EditorExitRequested(View view)Creates a new editor exiting started message. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | cancelExit()Cancels the exit process. | 
| View | getView()Returns the view involved. | 
| boolean | hasBeenExitCancelled()Check if the exit process has been cancelled. | 
getSource, paramString, toStringpublic EditorExitRequested(View view)
view - The view from which this exit was calledpublic View getView()
public void cancelExit()
public boolean hasBeenExitCancelled()