|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.iternum.swlink.activator.AbstractActivator
| Constructor Summary | |
AbstractActivator()
|
|
| Method Summary | |
void |
close()
Deregisters the source object by calling deregisterFromSource(). |
protected abstract void |
deregisterFromSource()
Deregister this link with its source. |
Activatable |
getActivatable()
|
java.lang.Object |
getSource()
|
protected abstract void |
registerWithSource()
Register this link with its source. |
void |
setActivatable(Activatable pActivatable)
Sets the link to activate. |
void |
setSource(java.lang.Object pSource)
Set the source object and register with source. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.iternum.swlink.Activator |
setActivatorParam |
| Constructor Detail |
public AbstractActivator()
| Method Detail |
public final java.lang.Object getSource()
getSource in interface ActivatorActivator.getSource()public final void setSource(java.lang.Object pSource)
setSource in interface ActivatorpSource - The source to registerpublic final void setActivatable(Activatable pActivatable)
setActivatable in interface ActivatorpActivatable - - The activatable to activatepublic final Activatable getActivatable()
Activatable this Activator
activates.public final void close()
deregisterFromSource().
close in interface Activatorprotected abstract void registerWithSource()
protected abstract void deregisterFromSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||