Modifier and Type | Class and Description |
---|---|
static class |
CatalogEvent.EventId |
static class |
CatalogEvent.InstallType |
static class |
CatalogEvent.StatusCode |
Constructor and Description |
---|
CatalogEvent(long handle) |
CatalogEvent(long handle,
boolean takeOwnership) |
Modifier and Type | Method and Description |
---|---|
long |
getEntityId() |
CatalogEvent.InstallType |
getInstallType() |
java.lang.String |
getSourceFile() |
CatalogEvent.StatusCode |
getStatusCode() |
static boolean |
isHandleValid(long handle) |
finalize, getEventId, getMessage, getNativeHandle, init, stopPropagation
public CatalogEvent(long handle)
public CatalogEvent(long handle, boolean takeOwnership)
public static boolean isHandleValid(long handle)
public CatalogEvent.StatusCode getStatusCode()
public java.lang.String getSourceFile()
public long getEntityId()
public CatalogEvent.InstallType getInstallType()