Class AgencyPlugin.ExportCancelAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.openindex.openestate.tool.gui.AbstractI18nAction
-
- com.openindex.openestate.tool.agency.AgencyPlugin.ExportCancelAction
-
- All Implemented Interfaces:
AgencyExportHandler.JobListener
,ActionListener
,Serializable
,Cloneable
,EventListener
,Action
,org.xnap.commons.i18n.LocaleChangeListener
- Enclosing class:
- AgencyPlugin
public static class AgencyPlugin.ExportCancelAction extends AbstractI18nAction implements AgencyExportHandler.JobListener
Cancel currently running property exports.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
-
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
-
Constructor Summary
Constructors Constructor Description ExportCancelAction()
ExportCancelAction(long exportId)
ExportCancelAction(long[] exportIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
void
jobAdded(AgencyExportHandler.Job job)
void
jobRemoved(long exportId)
void
jobStateChanged(AgencyExportHandler.Job job)
void
taskMessageChanged(long exportId, String message)
void
taskProgressChanged(long exportId, int progress)
protected void
updateLocalization()
-
Methods inherited from class com.openindex.openestate.tool.gui.AbstractI18nAction
getLargeIcon, getLongDescription, getName, getShortDescription, getSmallIcon, localeChanged, setAcceleratorKey, setActionCommandKey, setLargeIcon, setLongDescription, setMnemonicKey, setName, setShortDescription, setSmallIcon
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
- Specified by:
actionPerformed
in classAbstractI18nAction
-
updateLocalization
protected void updateLocalization()
- Overrides:
updateLocalization
in classAbstractI18nAction
-
jobAdded
public void jobAdded(AgencyExportHandler.Job job)
- Specified by:
jobAdded
in interfaceAgencyExportHandler.JobListener
-
jobRemoved
public void jobRemoved(long exportId)
- Specified by:
jobRemoved
in interfaceAgencyExportHandler.JobListener
-
jobStateChanged
public void jobStateChanged(AgencyExportHandler.Job job)
- Specified by:
jobStateChanged
in interfaceAgencyExportHandler.JobListener
-
taskMessageChanged
public void taskMessageChanged(long exportId, String message)
- Specified by:
taskMessageChanged
in interfaceAgencyExportHandler.JobListener
-
taskProgressChanged
public void taskProgressChanged(long exportId, int progress)
- Specified by:
taskProgressChanged
in interfaceAgencyExportHandler.JobListener
-
-