Package org.apache.qpid.proton.engine
Interface EventType
-
- All Known Implementing Classes:
Event.Type
public interface EventTypeEntry point for external libraries to add event types. Event types should befinal staticfields. EventType instances are compared by reference.Event types are best described by an
enumthat implements theEventTypeinterface, seeEvent.Type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid()
-
-
-
Method Detail
-
isValid
boolean isValid()
- Returns:
- false if this particular EventType instance does not represent a
real event type but a guard value, example: extra enum value for
switch statements, see
Event.Type.NON_CORE_EVENT
-
-