org.xwiki.observation.remote.converter
Class AbstractEventConverter
java.lang.Object
org.xwiki.observation.remote.converter.AbstractEventConverter
- All Implemented Interfaces:
- LocalEventConverter, RemoteEventConverter
public abstract class AbstractEventConverter
- extends Object
- implements LocalEventConverter, RemoteEventConverter
Base class for events converters. Provide a default priority.
- Since:
- 2.0M3
- Version:
- $Id: 16425a984e85cae6311fd2a6c384661a1e21a903 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEventConverter
public AbstractEventConverter()
getPriority
public int getPriority()
- Specified by:
getPriority in interface LocalEventConverter- Specified by:
getPriority in interface RemoteEventConverter
- Returns:
- the priority of the converter
Copyright © 2004–2014 XWiki. All rights reserved.