Class to inherit from so when in future when new controls are added clients
will no have to implement them.
See Also:ParserControl
Method Summary
public boolean
isFinished(int lastOptionCode) By default always continue parsing by returning false.
Method Detail
isFinished
public boolean isFinished(int lastOptionCode)(Code)
By default always continue parsing by returning false.
Parameters: lastOptionCode - the code of last option parsed return true to halt, false to continue parsing See Also:ParserControl.isFinished(int)