|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarkerFactoryBinder
An internal interface which helps the static MarkerFactory
class bind with the appropriate IMarkerFactory
instance.
Method Summary | |
---|---|
IMarkerFactory |
getMarkerFactory()
Return the instance of IMarkerFactory that
MarkerFactory class should bind to. |
String |
getMarkerFactoryClassStr()
The String form of the IMarkerFactory object that this
MarkerFactoryBinder instance is intended to return. |
Method Detail |
---|
IMarkerFactory getMarkerFactory()
IMarkerFactory
that
MarkerFactory
class should bind to.
IMarkerFactory
that
MarkerFactory
class should bind to.String getMarkerFactoryClassStr()
IMarkerFactory
object that this
MarkerFactoryBinder
instance is intended to return.
This method allows the developer to intterogate this binder's intention
which may be different from the IMarkerFactory
instance it is able to
return. Such a discrepency should only occur in case of errors.
IMarkerFactory
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |