public static interface ConnectionCookie.Type extends Serializable
Modifier and Type | Method and Description |
---|---|
Class<?> |
getEventClass()
The class that is passed into the listener's
notify
method when an event of this type is fired. |
boolean |
isPersistent()
Getter whether the registration to this type of event is persistent
or is valid only till the source disappears (the IDE shutdowns).
|
boolean |
overlaps(ConnectionCookie.Type type)
Test whether the specified type could be accepted by this type.
|
Class<?> getEventClass()
notify
method when an event of this type is fired.boolean isPersistent()
boolean overlaps(ConnectionCookie.Type type)
equals(Object)
method,
so default implementation could be delegated to it.true
if type is similar to this type.