public class EditorExitRequested extends EBMessage
Constructor | Description |
---|---|
EditorExitRequested(View view) |
Creates a new editor exiting started message.
|
Modifier and Type | Method | 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, toString
public EditorExitRequested(View view)
view
- The view from which this exit was calledpublic View getView()
public void cancelExit()
public boolean hasBeenExitCancelled()