[all packages] [package BR.unicamp.Guarana] [class hierarchy] [index]

public class BR.unicamp.Guarana.NewProxy

(source file: /home/lsd/oliva/src/java/guarana/kaffe/libraries/extensions/guarana/javalib/BR/unicamp/Guarana/NewProxy.java)
java.lang.Object
   |
   +----BR.unicamp.Guarana.NewObject
           |
           +----BR.unicamp.Guarana.NewProxy

The pure class interface.
public class NewProxy
  extends NewObject
This Message is broadcasted to a class' meta-object by the MetaObject makeProxy method.

See also:
makeProxy

Constuctor Index

O NewProxy(Object)
Creates a Message that informs a class that a new proxy instance of it has been

Constructors

O NewProxy
public NewProxy(Object object);
Creates a Message that informs a class that a new proxy instance of it has been allocated.

Parameters:
object - the newly-allocated proxy Object.


[all packages] [package BR.unicamp.Guarana] [class hierarchy] [index]
BR.unicamp.Guarana.NewProxy.html