Serializable
public class UserSpaceEvent extends EventObject
Modifier and Type | Field | Description |
---|---|---|
static int |
US_CREATED |
Event ID indicating that a user space has been created.
|
static int |
US_DELETED |
Event ID indicating that a user space has been deleted.
|
static int |
US_READ |
Event ID indicating that a user space has been read.
|
static int |
US_WRITTEN |
Event ID indicating that a user space has been written.
|
source
Constructor | Description |
---|---|
UserSpaceEvent(Object source,
int id) |
Constructs a UserSpaceEvent object.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getID() |
Returns the identifier for this event.
|
getSource, toString
public static final int US_CREATED
public static final int US_DELETED
public static final int US_READ
public static final int US_WRITTEN
public UserSpaceEvent(Object source, int id)
source
- The object where the event originated.id
- The event identifier.Copyright © 2024. All rights reserved.