public interface ComponentHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get()
Gets the current reference to a Component according to the policy of
the implementation.
|
java.lang.Class |
getComponentClass()
Return the component's class that this handler is trying to create.
|
void |
prepareHandler()
Actually prepare the handler and make it ready to
handle component access.
|
void |
put(java.lang.Object component)
Puts the reference back in the ComponentHandler according to the
policy of the implementation.
|
java.lang.Class getComponentClass()
Class object for the componentvoid prepareHandler()
throws java.lang.Exception
java.lang.Exception - if unable to prepare handlerjava.lang.Object get()
throws java.lang.Exception
java.lang.Exception - if unable to ge tthe compoennt referencevoid put(java.lang.Object component)
component - the component to return to the handler