public class EventInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ATTRIBUTE_EVENT
Attribute event.
|
static int |
ENTITY_EVENT
Entity event.
|
static int |
FIELD_EVENT
Field event.
|
static int |
LIFECYCLE_EVENT
Life cycle event.
|
static int |
MODEL_EVENT
Model event.
|
static int |
OPERATION_EVENT
Operation event.
|
static int |
PROCEDURE_EVENT
Procedure event.
|
static int |
RECORDSET_EVENT
Recordset event.
|
Constructor and Description |
---|
EventInfo(int type,
java.lang.String className,
java.lang.String methodName)
Constructs a new EventInfo object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Gets the name of the event handler class for the event.
|
int |
getHandlerType()
Gets the event handler type.
|
java.lang.String |
getMethodName()
Gets the name of the method on the event handler class.
|
public static final int ATTRIBUTE_EVENT
public static final int ENTITY_EVENT
public static final int LIFECYCLE_EVENT
public static final int MODEL_EVENT
public static final int OPERATION_EVENT
public static final int PROCEDURE_EVENT
public static final int RECORDSET_EVENT
public static final int FIELD_EVENT
public EventInfo(int type, java.lang.String className, java.lang.String methodName)
type
- className
- methodName
- public int getHandlerType()
public java.lang.String getClassName()
public java.lang.String getMethodName()