FileDocCategorySizeDatePackage
SSLSessionBindingListener.javaAPI DocAndroid 1.5 API1614Wed May 06 22:41:06 BST 2009javax.net.ssl

SSLSessionBindingListener

public interface SSLSessionBindingListener implements EventListener
The interface to be implemented by any object that requires notification when data objects are bound to (or unbound from) an {@code SSLSession}.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public voidvalueBound(javax.net.ssl.SSLSessionBindingEvent event)
Notifies this listener when a value is bound to an {@code SSLSession}.

param
event the event data.
since
Android 1.0

public voidvalueUnbound(javax.net.ssl.SSLSessionBindingEvent event)
Notifies this listener when a value is unbound from an {@code SSLSession}.

param
event the event data.
since
Android 1.0