Package adams.core.option
Interface PreGetOptionslistHook
-
- All Known Implementing Classes:
AbstractConditions
,AbstractLimitedConditions
,LogEntryConditions
public interface PreGetOptionslistHook
For option handling classes that need to process the options before allowing access to them.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
preGetOptionsList()
Gets executed before list of options can get obtained.
-