public interface UnknownFilter
Modifier and Type | Field and Description |
---|---|
static String |
FILTER_ELEMENT_ID
The identifier of the unknown events.
|
Modifier and Type | Method and Description |
---|---|
void |
beginUnknwon(String id,
FilterEventParameters parameters) |
void |
endUnknwon(String id,
FilterEventParameters parameters) |
void |
onUnknwon(String id,
FilterEventParameters parameters) |
static final String FILTER_ELEMENT_ID
void beginUnknwon(String id, @Default(value="") FilterEventParameters parameters) throws FilterException
id
- the id of the eventparameters
- the data of the eventFilterException
- when an error occurs after sending the eventvoid endUnknwon(String id, @Default(value="") FilterEventParameters parameters) throws FilterException
id
- the id of the eventparameters
- the data of the eventFilterException
- when an error occurs after sending the eventvoid onUnknwon(String id, @Default(value="") FilterEventParameters parameters) throws FilterException
id
- the id of the eventparameters
- the data of the eventFilterException
- when an error occurs after sending the eventCopyright © 2004–2022 XWiki. All rights reserved.