|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscone.usertesttool.EventObserver
public class EventObserver
This class receives Access events, determines the event's type and calles a corresponding method in class UserTestControl to pass on the information.
Field Summary | |
---|---|
static UserTestControl |
utc
|
Constructor Summary | |
---|---|
EventObserver()
|
Method Summary | |
---|---|
static void |
setUtc(UserTestControl AUtc)
|
void |
update(java.util.Observable o,
java.lang.Object arg)
This method is called every time an Access event is fired. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static UserTestControl utc
Constructor Detail |
---|
public EventObserver()
Method Detail |
---|
public void update(java.util.Observable o, java.lang.Object arg)
update
in interface java.util.Observer
public static void setUtc(UserTestControl AUtc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |