Package com.sun.enterprise.v3.admin.listener

Contains configuration change listeners that listen for specific config events. With a config listener, there are two things that need to happen:
  • Implementation of the config listener for a particular @Configured interface
  • Registration of the config listener implementation with the @Configured interface
Classes in this package should do the former, only.
Since:
GlassFish V3
Author:
केदार ([email protected])
See Also:
com.sun.enterprise.config.serverbeans