Package ch.bailu.gtk.gst
Schnittstelle ProgressType
public interface ProgressType
-
Feldübersicht
Felder
-
Felddetails
-
START
static final int STARTA new task started.- Siehe auch:
-
CONTINUE
static final int CONTINUEA task completed and a new one continues.- Siehe auch:
-
COMPLETE
static final int COMPLETEA task completed.- Siehe auch:
-
CANCELED
static final int CANCELEDA task was canceled.- Siehe auch:
-
ERROR
static final int ERRORA task caused an error. An error message is also
posted on the bus.- Siehe auch:
-