public interface ExitConfirmation extends ClientService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the current exit confirmation message.
|
void |
setMessage(java.lang.String message)
Enables the exit confirmation with the given message if the message is not null.
|
void setMessage(java.lang.String message)
null
disables the exit confirmation.message
- the message to display when the user is about to leave the applicationjava.lang.String getMessage()
Copyright (c) EclipseSource and others 2002, 2016.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0