public class CreoleEvent extends GateEvent
Modifier and Type | Field and Description |
---|---|
static int |
DATASTORE_CLOSED
Event type that mark the closing of a datastore
|
static int |
DATASTORE_CREATED
Event type that marks the creation of a new datastore
|
static int |
DATASTORE_OPENED
Event type that mark the opening of a datastore
|
static int |
RESOURCE_LOADED
Event type that marks the loading of a new resource into the Gate system
|
static int |
RESOURCE_UNLOADED
Event type that marks the unloading of a resource from the Gate system
|
FEATURES_UPDATED, type
source
Constructor and Description |
---|
CreoleEvent(DataStore datastore,
int type)
Constructor
|
CreoleEvent(Resource res,
int type)
Constructor
|
Modifier and Type | Method and Description |
---|---|
DataStore |
getDatastore()
Gets the
DataStore that has been created/loaded/closed. |
Resource |
getResource()
Gets the resource that has been (un)loaded.
|
getSource, toString
public static final int RESOURCE_LOADED
public static final int RESOURCE_UNLOADED
public static final int DATASTORE_CREATED
public static final int DATASTORE_OPENED
public static final int DATASTORE_CLOSED
Copyright © 2024 GATE. All rights reserved.