Package org.xwiki.eventstream
Interface UntypedRecordableEvent
-
- All Superinterfaces:
Event
,RecordableEvent
public interface UntypedRecordableEvent extends RecordableEvent
This interface represents an event that is not identified by a specific class, but by its component hint. The event can then be retrieved through the ComponentManager.- Since:
- 9.6RC1
- Version:
- $Id: cee8e7de1d34edc661c469cabb7d6ac2306966a8 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEventType()
Get the event type (the hint) of the current event.
-
-
-
Method Detail
-
getEventType
String getEventType()
Get the event type (the hint) of the current event.- Returns:
- the event type
-
-