Package adams.core.option
Interface PreGetOptionslistHook
-
- All Known Implementing Classes:
AbstractConditions,AbstractLimitedConditions,LogEntryConditions
public interface PreGetOptionslistHookFor 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 voidpreGetOptionsList()Gets executed before list of options can get obtained.
-