|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Instantiator
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 |
---|
Object instantiate(Serializable id)
id
- The id of the entity to be instantiated.
Object instantiate()
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 |