java.util.EventListener, Node.Cookiepublic static interface ConnectionCookie.Listener extends Node.Cookie, java.util.EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
notify(ConnectionCookie.Event ev) |
Notifies that the an event happended.
|
void notify(ConnectionCookie.Event ev) throws java.lang.IllegalArgumentException, java.lang.ClassCastException
ev - event that describes the actionjava.lang.IllegalArgumentException - if the event is not of valid type, then the
caller should call the listener no morejava.lang.ClassCastException - if the event is not of valid type, then the
caller should call the listener no moreBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.