Class BaseAttributeFilter

java.lang.Object
org.apache.tomcat.util.modeler.BaseAttributeFilter
All Implemented Interfaces:
Serializable, NotificationFilter

public class BaseAttributeFilter extends Object implements NotificationFilter

Implementation of NotificationFilter for attribute change notifications. This class is used by BaseModelMBean to construct attribute change notification event filters when a filter is not supplied by the application.

Author:
Craig R. McClanahan
See Also: