|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.iternum.swlink.activator.AbstractActivator
com.iternum.swlink.activator.ChangeEventActivator
An activator that listens for change events.
| Constructor Summary | |
ChangeEventActivator()
Creates an empty Link. |
|
ChangeEventActivator(java.lang.Object pSource)
Creates an Activator with a source. |
|
| Method Summary | |
protected void |
deregisterFromSource()
Removes this Activator as an ChangeListener from its source object. |
protected void |
registerWithSource()
Adds this Activator as an ChangeListener to its source object. |
void |
setActivatorParam(java.util.Map pParam)
This activator will ignore any parametrization. |
void |
stateChanged(javax.swing.event.ChangeEvent pEvt)
Called if an action event occured on the source. |
| Methods inherited from class com.iternum.swlink.activator.AbstractActivator |
close, getActivatable, getSource, setActivatable, setSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChangeEventActivator()
public ChangeEventActivator(java.lang.Object pSource)
Activator with a source.
pSource - the source object| Method Detail |
protected void registerWithSource()
registerWithSource in class AbstractActivatorprotected void deregisterFromSource()
deregisterFromSource in class AbstractActivatorpublic void stateChanged(javax.swing.event.ChangeEvent pEvt)
stateChanged in interface javax.swing.event.ChangeListenerpEvt - The Change Eventpublic void setActivatorParam(java.util.Map pParam)
setActivatorParam in interface ActivatorpParam - A Map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||