|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Event
Interface for creating event classes.
| Method Summary | |
|---|---|
java.lang.Object |
getContext()
returns the context object |
java.lang.Object |
getField(java.lang.String name)
This method return a field of the context object, useful if the context object is a form |
java.lang.String |
getName()
returns the name of the event |
java.util.Date |
getRaiseDate()
The date and time when the event has been raised. |
ActivityInstance |
getRaiser()
return the raiser of the event |
| Method Detail |
|---|
java.lang.String getName()
ActivityInstance getRaiser()
java.lang.Object getContext()
java.lang.Object getField(java.lang.String name)
throws java.lang.NoSuchFieldException,
java.lang.IllegalAccessException
java.lang.NoSuchFieldException
java.lang.IllegalAccessExceptionjava.util.Date getRaiseDate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||