public class InstanceEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
BATCH_FINISHED
Specifies that the batch of instances is finished
|
static int |
FORMAT_AVAILABLE
Specifies that the instance format is available
|
static int |
INSTANCE_AVAILABLE
Specifies that an instance is available
|
Constructor and Description |
---|
InstanceEvent(java.lang.Object source,
int ID)
Constructs an InstanceEvent with the specified source object and event
type
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
Get the event type
|
public static final int FORMAT_AVAILABLE
public static final int INSTANCE_AVAILABLE
public static final int BATCH_FINISHED