scone.usertesttool
Class EventObserver

java.lang.Object
  extended by scone.usertesttool.EventObserver
All Implemented Interfaces:
java.util.Observer

public class EventObserver
extends java.lang.Object
implements java.util.Observer

This class receives Access events, determines the event's type and calles a corresponding method in class UserTestControl to pass on the information.

Version:
0.9, 06/05/2003
Author:
Torsten Hass, Harald Weinreich

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

utc

public static UserTestControl utc
Constructor Detail

EventObserver

public EventObserver()
Method Detail

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
This method is called every time an Access event is fired. The type of Access event is determined and a corresponding method of the UserTestControl is called to inform it about this event For further information about Observer events see class scone.examples.observertest.ObserverTestPlugin

Specified by:
update in interface java.util.Observer

setUtc

public static void setUtc(UserTestControl AUtc)