javax.servlet.http
public interface HttpSessionBindingListener extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
valueBound(HttpSessionBindingEvent event) |
void |
valueUnbound(HttpSessionBindingEvent event) |
void valueBound(HttpSessionBindingEvent event)
void valueUnbound(HttpSessionBindingEvent event)
Copyright © 2014. All Rights Reserved.