E - EventT - Event Typepublic interface EventTypeClassifier<E,T>
StateMachineBuilder.withEventTypeClassifier(EventTypeClassifier) or
have your Events implement EventWithType.| Modifier and Type | Method and Description |
|---|---|
T |
classify(E event)
Determines the Event Type of an Event.
|
Copyright © 2015. All rights reserved.