|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.tools.workbench.gui.VersionExplorerActionListener
This class is a listener for actions performed on a versions explorer
Fields inherited from interface com.ibm.dse.tools.workbench.gui.CommonParameters |
CHANGE_LISTENER,
CONTAINER_GROUPS,
CURRENT_GROUP,
PARENT_ROW,
REPOSITORY,
ROW_SELECTION_COUNT,
SELECTED_PARENT_ROWS,
SELECTED_ROWS,
WIZARD_PARAM,
WORKSPACE |
Constructor Summary | |
VersionExplorerActionListener()
This constructor creates a VersionExplorerActionListener object |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
This method dispatch the action event. |
void |
addChangeListener(DWChangeListener listener)
To add a listener to the listeners list |
protected void |
fireStateChanged(Repository repositoryChanged)
To tell to the listener that a event has occurred. |
void |
removeChangeListener(DWChangeListener listener)
To remove a listener of the list of listeners |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public VersionExplorerActionListener()
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
event
- java.event.ActionEventpublic void addChangeListener(DWChangeListener listener)
listener
- DWChangeListener the listenerprotected void fireStateChanged(Repository repositoryChanged)
repositoryChanged
- Repository The repository that has changed.public void removeChangeListener(DWChangeListener listener)
listener
- DWChangeListener the listnener that has to be removed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |