|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectalt.jiapi.tool.EventTool
public class EventTool
Class EventTool.
| Constructor Summary | |
|---|---|
EventTool(java.lang.String[] args)
|
|
| Method Summary | |
|---|---|
void |
fieldChanging(FieldEvent fe)
Called just before a field is changed. |
void |
fieldGet(FieldEvent fe)
Called when someone is getting a field. |
void |
fieldSet(FieldEvent fe)
Called after a field has been set. |
static void |
main(java.lang.String[] args)
|
void |
methodEntered(MethodEvent event)
Called when a method is entered. |
void |
methodExited(MethodEvent event)
Called just before method is exiting. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventTool(java.lang.String[] args)
throws JiapiException,
java.lang.ClassNotFoundException,
java.lang.NoSuchMethodException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
JiapiException
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException| Method Detail |
|---|
public void fieldChanging(FieldEvent fe)
FieldListener
fieldChanging in interface FieldListenerpublic void fieldGet(FieldEvent fe)
FieldListener
fieldGet in interface FieldListenerpublic void fieldSet(FieldEvent fe)
FieldListener
fieldSet in interface FieldListener
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic void methodEntered(MethodEvent event)
MethodListener
methodEntered in interface MethodListenerevent - a MethodEvent describing which method triggered
this eventpublic void methodExited(MethodEvent event)
MethodListener
methodExited in interface MethodListenerevent - a MethodEvent describing which method triggered
this event
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||