@Role
public interface LocalEventConverter
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
boolean |
toRemote(LocalEventData localEvent,
RemoteEventData remoteEvent)
Convert provided local event to remote event by filling the provided remote event object.
|
int getPriority()
boolean toRemote(LocalEventData localEvent, RemoteEventData remoteEvent)
localEvent - the local eventremoteEvent - the remote eventCopyright © 2004–2015 XWiki. All rights reserved.