Package com.dkt.graphics.utils.config
Interface ConfigListener
public interface ConfigListener
This interface must be implemented on all objects that should be notified
of changes on the
Since configs are individual objects for each name, this objects must be registered against every configuration that should be controlled
Config
class.Since configs are individual objects for each name, this objects must be registered against every configuration that should be controlled
- Author:
- Federico Vera <[email protected]>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
somethingChange
(ConfigEvent event) What to do when something changes on theConfig
for a given name
-
Method Details
-
somethingChange
What to do when something changes on theConfig
for a given name- Parameters:
event
- event that triggered the action- See Also:
-