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

public class BR.unicamp.Guarana.NewObject

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

The pure class interface.
public class NewObject
  implements Message
This Message is implicitly Broadcast to a Class' MetaObject after an instance of the Class is allocated and the creator's MetaObject is given the opportunity to associate it with a MetaObject, but before the object is actually initialized.

It allows the Class' meta-configuration to try to reconfigure its instances' meta-configurations.

See also:
broadcast, reconfigure, configure

Constuctor Index

O NewObject(Object)
Creates a Message that informs a class that a new instance of it has been allocated, and

Variables Index

O object
The Object that was allocated but was not initialized yet.

Methods

O getObject()
Obtains a reference to the allocated Object.

Constructors

O NewObject
public NewObject(Object object);
Creates a Message that informs a class that a new instance of it has been allocated, and it to be initialized soon.

Parameters:
object - the newly-allocated Object.

Variables

O object
public final Object object;
The Object that was allocated but was not initialized yet.

Methods

O getObject
public Object getObject();
Obtains a reference to the allocated Object.

Returns:
a reference to the allocated Object.


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