Package | Description |
---|---|
org.xwiki.observation.remote | |
org.xwiki.observation.remote.converter |
Modifier and Type | Method and Description |
---|---|
void |
RemoteObservationManager.notify(LocalEventData event)
Send a event in the different network channels.
|
Modifier and Type | Method and Description |
---|---|
LocalEventData |
EventConverterManager.createLocalEventData(RemoteEventData remoteEvent)
Convert a remote event to a local event.
|
Modifier and Type | Method and Description |
---|---|
RemoteEventData |
EventConverterManager.createRemoteEventData(LocalEventData localEvent)
Convert a local event to a remote event.
|
boolean |
RemoteEventConverter.fromRemote(RemoteEventData remoteEvent,
LocalEventData localEvent)
Convert provided remote event to local event by filling the provided local event object.
|
boolean |
LocalEventConverter.toRemote(LocalEventData localEvent,
RemoteEventData remoteEvent)
Convert provided local event to remote event by filling the provided remote event object.
|
Copyright © 2004–2021 XWiki. All rights reserved.