|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.android.activityminer.logic.util.ProgressSignalingComponent
public class ProgressSignalingComponent
Base class for progress per sample signaling components.
| Field Summary | |
|---|---|
private ProgressListener |
listener
The progress listener for model training progress notifications. |
| Constructor Summary | |
|---|---|
ProgressSignalingComponent()
Constructor |
|
| Method Summary | |
|---|---|
protected ProgressListener |
getListener()
Getter for the progress listener |
protected void |
publishProgress(int progressIncrement)
Does publish the increment of progress to a listener. |
protected void |
setListener(ProgressListener listener)
Setter for the progress listener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ProgressListener listener
| Constructor Detail |
|---|
public ProgressSignalingComponent()
| Method Detail |
|---|
protected final void setListener(ProgressListener listener)
listener - the progress listener to setprotected final ProgressListener getListener()
protected final void publishProgress(int progressIncrement)
progressIncrement - the progress increment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||