Package org.citydb.event.global
Class StatusDialogProgressBar
- java.lang.Object
-
- org.citydb.event.Event
-
- org.citydb.event.global.StatusDialogProgressBar
-
public class StatusDialogProgressBar extends Event
-
-
Field Summary
-
Fields inherited from class org.citydb.event.Event
GLOBAL_CHANNEL
-
-
Constructor Summary
Constructors Constructor Description StatusDialogProgressBar(boolean setIntermediate, java.lang.Object source)
StatusDialogProgressBar(ProgressBarEventType type, int value, java.lang.Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProgressBarEventType
getType()
int
getValue()
boolean
isSetIntermediate()
-
Methods inherited from class org.citydb.event.Event
getChannel, getEventType, getSource, isCancelled, setCancelled
-
-
-
-
Constructor Detail
-
StatusDialogProgressBar
public StatusDialogProgressBar(ProgressBarEventType type, int value, java.lang.Object source)
-
StatusDialogProgressBar
public StatusDialogProgressBar(boolean setIntermediate, java.lang.Object source)
-
-
Method Detail
-
getType
public ProgressBarEventType getType()
-
getValue
public int getValue()
-
isSetIntermediate
public boolean isSetIntermediate()
-
-