javax.servlet
Interface ServletContextAttributeListener

All Superinterfaces:
java.util.EventListener

public interface ServletContextAttributeListener
extends java.util.EventListener

Listens for changes to the context attributes.

Author:
Rick Knowles

Method Summary
 void attributeAdded(ServletContextAttributeEvent scab)
           
 void attributeRemoved(ServletContextAttributeEvent scab)
           
 void attributeReplaced(ServletContextAttributeEvent scab)
           
 

Method Detail

attributeAdded

void attributeAdded(ServletContextAttributeEvent scab)

attributeRemoved

void attributeRemoved(ServletContextAttributeEvent scab)

attributeReplaced

void attributeReplaced(ServletContextAttributeEvent scab)


Copyright © 2013. All Rights Reserved.