stella.parameter
Interface AfterRegistering

All Superinterfaces:
Initializable, Parameter, PropertyBearing
All Known Implementing Classes:
JFrameParameter, Observing, SumWatch, TargetInstitution, WatchController, WeatherTrigger

public interface AfterRegistering
extends Parameter

This interface marks parameters that need some action after all parameters have been cross-registered. It differes from the Initializable interface in the sense, that initialization is always done immediately after construction, while this method, afterAll() is called once after all parameters have been cross-registered.


Field Summary
 
Fields inherited from interface util.PropertyBearing
CONFIG, KEY_CLASS, KEY_URLRESOURCES, KEY_URLUSECONFIG, KEY_URLUSECURRENT, KEY_URLUSEHOME
 
Method Summary
 void afterAll()
          This method is called on implementing parameters that need action after all parameters have registered.
 
Methods inherited from interface stella.Parameter
get, getFormatted, getName, getString, set
 
Methods inherited from interface util.PropertyBearing
defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getLocalized, getProperties, getProperty, getResource, getResourceAsStream, getResources, has, parseObject, removeProperty, setObject, setProperty, stringProperties
 
Methods inherited from interface util.Initializable
init
 

Method Detail

afterAll

void afterAll()
This method is called on implementing parameters that need action after all parameters have registered.