Package net.anwiba.commons.swing.action
Class ProgressActionConfiguration
- java.lang.Object
-
- net.anwiba.commons.swing.action.ProgressActionConfiguration
-
- All Implemented Interfaces:
IProgressActionConfiguration
public class ProgressActionConfiguration extends java.lang.Object implements IProgressActionConfiguration
-
-
Constructor Summary
Constructors Constructor Description ProgressActionConfiguration(IMessage message, AbstractProgressTask task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMessagegetMessage()AbstractProgressTaskgetProgressTask()
-
-
-
Constructor Detail
-
ProgressActionConfiguration
public ProgressActionConfiguration(IMessage message, AbstractProgressTask task)
-
-
Method Detail
-
getMessage
public IMessage getMessage()
- Specified by:
getMessagein interfaceIProgressActionConfiguration
-
getProgressTask
public AbstractProgressTask getProgressTask()
- Specified by:
getProgressTaskin interfaceIProgressActionConfiguration
-
-