scone.netobjects
Class AccessEvent

java.lang.Object
  extended by scone.netobjects.AccessEvent

public class AccessEvent
extends java.lang.Object

used to tell all interested observers about the latest webpage loaded into the browser

Author:
Matthias Mayer, Volkert Buchmann

Field Summary
protected  Access access
           
 
Constructor Summary
AccessEvent(Access access)
          creates a new AccessEvent
 
Method Summary
 Access getAccess()
          returns the Access object
 Frame getFrame()
          returns the Frame in which the NetNode is displayed
 NetNode getNode()
          returns the accessed NetNode
 User getUser()
          returns the user who accessed the node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

access

protected Access access
Constructor Detail

AccessEvent

public AccessEvent(Access access)
creates a new AccessEvent

Parameters:
access - the Access object describing the access
Method Detail

getNode

public NetNode getNode()
returns the accessed NetNode

Returns:
the NetNode

getFrame

public Frame getFrame()
returns the Frame in which the NetNode is displayed

Returns:
the frame

getUser

public User getUser()
returns the user who accessed the node

Returns:
the user

getAccess

public Access getAccess()
returns the Access object

Returns:
the Access object