Package net.anwiba.commons.swing.action
Interface IProgressActionConfiguration
-
- All Known Implementing Classes:
ProgressActionConfiguration
public interface IProgressActionConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMessagegetMessage()AbstractProgressTaskgetProgressTask()
-
-
-
Method Detail
-
getMessage
IMessage getMessage()
-
getProgressTask
AbstractProgressTask getProgressTask()
-
-