Serializable
public class DataAreaEvent extends EventObject
Modifier and Type | Field | Description |
---|---|---|
static int |
DA_CLEARED |
Event ID indicating that a data area has been cleared.
|
static int |
DA_CREATED |
Event ID indicating that a data area has been created.
|
static int |
DA_DELETED |
Event ID indicating that a data area has been deleted.
|
static int |
DA_READ |
Event ID indicating that a data area has been read.
|
static int |
DA_WRITTEN |
Event ID indicating that a data area has been written.
|
source
Constructor | Description |
---|---|
DataAreaEvent(Object source,
int id) |
Constructs a DataAreaEvent object.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getID() |
Returns the identifier for this event.
|
getSource, toString
public static final int DA_CLEARED
public static final int DA_CREATED
public static final int DA_DELETED
public static final int DA_READ
public static final int DA_WRITTEN
public DataAreaEvent(Object source, int id)
source
- The object where the event originated.id
- The event identifier.Copyright © 2024. All rights reserved.