|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface describing cookie type of event a cookie can produce.
Method Summary | |
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. |
Method Detail |
public Class getEventClass()
notify
method when an event of this type is fired.
public boolean isPersistent()
public boolean overlaps(ConnectionCookie.Type type)
equals(Object)
method,
so default implementation could be delegated to it.
true
if type is similar to this type.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |