All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.ifarchive.glk.Reference

java.lang.Object
   |
   +----org.ifarchive.glk.Reference

public class Reference
extends Object
A Glk reference. This is used in the dispatch layer; if a function requires a reference argument then you must pass in one of these.


Variable Index

 o target
The target of this reference.

Constructor Index

 o Reference()
Construct a null reference.
 o Reference(Object)
Construct a reference to the given object.

Variables

 o target
 public Object target
The target of this reference.

Constructors

 o Reference
 public Reference()
Construct a null reference.

 o Reference
 public Reference(Object t)
Construct a reference to the given object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index