|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscone.netobjects.AccessEvent
public class AccessEvent
used to tell all interested observers about the latest webpage loaded into the browser
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 |
---|
protected Access access
Constructor Detail |
---|
public AccessEvent(Access access)
access
- the Access object describing the accessMethod Detail |
---|
public NetNode getNode()
public Frame getFrame()
public User getUser()
public Access getAccess()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |