public class EmulatorActionEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOSE_EMULATOR |
static int |
CLOSE_SESSION |
static int |
START_DUPLICATE |
static int |
START_NEW_SESSION |
source| Constructor and Description |
|---|
EmulatorActionEvent(Object obj) |
EmulatorActionEvent(Object obj,
String s) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAction() |
String |
getMessage() |
void |
setAction(int s) |
void |
setMessage(String s) |
getSource, toStringpublic static final int CLOSE_SESSION
public static final int START_NEW_SESSION
public static final int CLOSE_EMULATOR
public static final int START_DUPLICATE
public EmulatorActionEvent(Object obj)
Copyright © 2018. All rights reserved.