javax.servlet.http
Interface HttpSessionBindingListener

All Superinterfaces:
java.util.EventListener

public interface HttpSessionBindingListener
extends java.util.EventListener

Listener interface for listeners to the session binding events

Author:
Rick Knowles

Method Summary
 void valueBound(HttpSessionBindingEvent event)
           
 void valueUnbound(HttpSessionBindingEvent event)
           
 

Method Detail

valueBound

void valueBound(HttpSessionBindingEvent event)

valueUnbound

void valueUnbound(HttpSessionBindingEvent event)


Copyright © 2013. All Rights Reserved.