|
|||||||||||
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 | |
java.lang.Object |
instantiate()
Perform the requested instantiation. |
java.lang.Object |
instantiate(java.io.Serializable id)
Perform the requested entity instantiation. |
boolean |
isInstance(java.lang.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 java.lang.Object instantiate(java.io.Serializable id)
id
- The id of the entity to be instantiated.
public java.lang.Object instantiate()
public boolean isInstance(java.lang.Object object)
object
- The object to be checked.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |