|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--stomp.jdo.AbstractRefreshListener
basic implementation of RefreshListener interface. Takes care of the priority of the listener, in case clients ( as is often the case ) don't need to worry about when this listener is called.
| Field Summary | |
static int |
AVERAGE_PRIORITY
|
| Constructor Summary | |
AbstractRefreshListener()
|
|
AbstractRefreshListener(int priority)
|
|
| Method Summary | |
int |
compareTo(java.lang.Object o)
|
int |
getPriority()
returns the relative priority of this listener. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface stomp.jdo.RefreshListener |
objectDeleted, objectRefreshed |
| Field Detail |
public static final int AVERAGE_PRIORITY
| Constructor Detail |
public AbstractRefreshListener()
public AbstractRefreshListener(int priority)
| Method Detail |
public int getPriority()
RefreshListener
getPriority in interface RefreshListenerpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||