org.android.activityminer.logic.features
Class FeatureExtractionHelper.ProgressEvent

Package class diagram package FeatureExtractionHelper.ProgressEvent
java.lang.Object
  extended by 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)


Field Summary
 int maxProgress
          maximum of progress
 int progress
          current progress
 
Constructor Summary
FeatureExtractionHelper.ProgressEvent(int maxProgress)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

progress

public int progress
current progress


maxProgress

public final int maxProgress
maximum of progress

Constructor Detail

FeatureExtractionHelper.ProgressEvent

public FeatureExtractionHelper.ProgressEvent(int maxProgress)
Constructor

Parameters:
maxProgress - the maximum of progress