|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SynchronousEventListener
Defines a marker interface for EventListener
implementations that wish a synchronous notification of changes to the
workspace. That is, a SynchronousEventListener is called before
the call to Item.save() returns. In contrast, a regular
EventListener might be called after
save() returns.
SynchronousEventListener
must not modify content with the thread that calls EventListener.onEvent(EventIterator) otherwise inconsistencies may occur.
| Method Summary |
|---|
| Methods inherited from interface javax.jcr.observation.EventListener |
|---|
onEvent |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||