javax.servlet.http
Interface HttpSessionAttributeListener

All Superinterfaces:
java.util.EventListener

public interface HttpSessionAttributeListener
extends java.util.EventListener

Interface for session attribute listeners

Author:
Rick Knowles

Method Summary
 void attributeAdded(HttpSessionBindingEvent se)
           
 void attributeRemoved(HttpSessionBindingEvent se)
           
 void attributeReplaced(HttpSessionBindingEvent se)
           
 

Method Detail

attributeAdded

void attributeAdded(HttpSessionBindingEvent se)

attributeRemoved

void attributeRemoved(HttpSessionBindingEvent se)

attributeReplaced

void attributeReplaced(HttpSessionBindingEvent se)


Copyright © 2013. All Rights Reserved.