|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.tudelft.simulation.event.ref.Reference
public abstract class Reference
A Reference interface defining the indirect pointer access to an object.
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl/event
License of use: Lesser
General Public License (LGPL) , no warranty
Reference,
Serialized Form| Constructor Summary | |
|---|---|
Reference()
|
|
| Method Summary | |
|---|---|
abstract Object |
get()
Returns this reference object's referent. |
protected abstract void |
set(Object value)
sets the value of the reference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Reference()
| Method Detail |
|---|
public abstract Object get()
null.
null
if this reference object has been clearedprotected abstract void set(Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||