Interface BoundedDomain.EventListener

All Superinterfaces:
Flow.Subscriber<Object>
Enclosing class:
BoundedDomain<R extends Realm,B,P extends Port<R>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface BoundedDomain.EventListener extends Flow.Subscriber<Object>
Defines a refined event listener interface to handle events in the domain or from another domain.
See Also: