|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssemblerLink
This interface is implemented by classes that support the linking of objects
to each other during the build process. This interface is supported by
all Assembler
classes and provides the mechanism for objects to be
linked up during the build process. It is also supported by the
MultiAssemblerLink
class where more complex linking is required
Method Summary | |
---|---|
java.lang.Object |
getBuiltObject()
Get the object that this assembler, or assemblers have just built or null if none has been built yet. |
java.lang.Object[] |
getBuiltObjects()
If mroe than one assembler is active in a particular query, more than one object may be returned. |
Method Detail |
---|
java.lang.Object getBuiltObject()
java.lang.Object[] getBuiltObjects()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |