[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
- NewObject(Object)
- Creates a Message that informs a class that a new instance of it
has been allocated, and
- object
- The Object that was allocated but was not initialized yet.
- getObject()
- Obtains a reference to the allocated Object.
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.
object
public final Object object;
- The Object that was allocated but was not initialized yet.
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