org.android.activityminer.logic.features
Class FeatureExtractionHelper.ProgressEvent
java.lang.Object
org.android.activityminer.logic.features.FeatureExtractionHelper.ProgressEvent
- All Implemented Interfaces:
- ObservableEvent
- Enclosing class:
- FeatureExtractionHelper<T extends Enum<T> & Dimensions>
public final class FeatureExtractionHelper.ProgressEvent
- extends Object
- implements ObservableEvent
The observable progress event (to notify progress on a single sequence
processing)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
progress
public int progress
- current progress
maxProgress
public final int maxProgress
- maximum of progress
FeatureExtractionHelper.ProgressEvent
public FeatureExtractionHelper.ProgressEvent(int maxProgress)
- Constructor
- Parameters:
maxProgress
- the maximum of progress