public interface HandleMacRequest
| Modifier and Type | Field and Description |
|---|---|
static int |
RC_ERROR
Return value for not processed or error.
|
static int |
RC_OK
Return value for not processed or error.
|
static int |
RC_QUIT_CANCEL
Return code for Cancel Quit operation.
|
static int |
RC_QUIT_IN_PROGRESS
Return code for Quit in progress.
|
static int |
RC_QUIT_OK
Return code for OK to quit.
|
static int |
REQ_ABOUT
The About box request.
|
static int |
REQ_QUIT
The Quit Application request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
handleRequest(int request,
se.entra.phantom.client.PlafMac plafMac)
Requests processing of a request.
|
static final int REQ_ABOUT
static final int REQ_QUIT
static final int RC_QUIT_OK
static final int RC_QUIT_CANCEL
static final int RC_QUIT_IN_PROGRESS
static final int RC_OK
static final int RC_ERROR
int handleRequest(int request,
se.entra.phantom.client.PlafMac plafMac)
request - The request, see HandleMacRequest.REQ_* values.plafMac - The instance of PlafMac.Phantom® and NetPhantom® are registered trademarks of Nexum International SARL.
© Copyright Nexum International SARL, 2020. All rights reserved.