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 Detail

      • getEventType

        String getEventType()
        Get the event type (the hint) of the current event.
        Returns:
        the event type