|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Contract for implementors responsible for instantiating entity/component instances.
| Method Summary | |
Object |
instantiate()
Perform the requested instantiation. |
Object |
instantiate(Serializable id)
Perform the requested entity instantiation. |
boolean |
isInstance(Object object)
Performs check to see if the given object is an instance of the entity or component which this Instantiator instantiates. |
| Method Detail |
public Object instantiate(Serializable id)
id - The id of the entity to be instantiated.
public Object instantiate()
public boolean isInstance(Object object)
object - The object to be checked.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||