public class DummyUpdateEventChannel extends Object implements UpdateEventChannel
SharedItemStateManager
class.Constructor and Description |
---|
DummyUpdateEventChannel() |
Modifier and Type | Method and Description |
---|---|
void |
setListener(UpdateEventListener listener)
Set listener that will receive information about incoming, external update events.
|
void |
updateCancelled(Update update)
Called when an a update operation has been cancelled.
|
void |
updateCommitted(Update update,
String path)
Called when an a update operation has been committed.
|
void |
updateCreated(Update update)
Called when an a update operation has been created.
|
void |
updatePrepared(Update update)
Called when an a update operation has been prepared.
|
public void updatePrepared(Update update)
UpdateEventChannel
updatePrepared
in interface UpdateEventChannel
update
- update operationpublic void updateCreated(Update update)
UpdateEventChannel
updateCreated
in interface UpdateEventChannel
update
- update operationpublic void updateCommitted(Update update, String path)
UpdateEventChannel
updateCommitted
in interface UpdateEventChannel
update
- update operationpath
- the change pathpublic void updateCancelled(Update update)
UpdateEventChannel
updateCancelled
in interface UpdateEventChannel
update
- update operationpublic void setListener(UpdateEventListener listener)
UpdateEventChannel
setListener
in interface UpdateEventChannel
listener
- update event listenerCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.