clickDetector.ClickClassifiers.basicSweep
Interface CodeHost

All Known Implementing Classes:
SweepClassifierDialog.OptionsBlock

public interface CodeHost

Used in the sweep classifier dialog to get and set the code value from the text field.

Author:
Doug

Method Summary
 int getCode()
           
 void setCode(int code)
           
 

Method Detail

getCode

int getCode()

setCode

void setCode(int code)