@Role
public interface EventConverterManager
Modifier and Type | Method and Description |
---|---|
LocalEventData |
createLocalEventData(RemoteEventData remoteEvent)
Convert a remote event to a local event.
|
RemoteEventData |
createRemoteEventData(LocalEventData localEvent)
Convert a local event to a remote event.
|
List<LocalEventConverter> |
getLocalEventConverters() |
List<RemoteEventConverter> |
getRemoteEventConverters() |
List<LocalEventConverter> getLocalEventConverters()
List<RemoteEventConverter> getRemoteEventConverters()
RemoteEventData createRemoteEventData(LocalEventData localEvent)
localEvent
- the local eventLocalEventData createLocalEventData(RemoteEventData remoteEvent)
remoteEvent
- the remote eventObservationManager
.Copyright © 2004–2021 XWiki. All rights reserved.