FileDocCategorySizeDatePackage
ChangeHandler.javaAPI DocGlassfish v2 API3239Fri May 04 22:24:20 BST 2007com.sun.enterprise.admin.monitor.registry.spi.reconfig

ChangeHandler

public interface ChangeHandler
Provides handling of the change that happens to the configuration. This is the interface that should be implemented by all the concrete handlers who know how to handle a particular change to a particular type.
author
Kedar Mhaswade
since
S1AS8.0
version
$Revision: 1.4 $

Fields Summary
Constructors Summary
Methods Summary
public voidhandleChange(com.sun.enterprise.admin.monitor.registry.MonitoredObjectType t, com.sun.enterprise.admin.monitor.registry.MonitoringLevel from, com.sun.enterprise.admin.monitor.registry.MonitoringLevel to)