Package org.apache.tomcat.util.digester
Interface SetPropertiesRule.Listener
-
- Enclosing class:
- SetPropertiesRule
public static interface SetPropertiesRule.ListenerCallback interface for objects that need to be notified when all XML attributes have been processed by this rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendSetPropertiesRule()Called after all XML attributes have been set as properties on the target object.
-