Package ch.admin.bit.jeap.messaging.api
Interface MessageListener<MessageType extends Message>
- Type Parameters:
MessageType- The actual message type this interface wants
- All Known Subinterfaces:
EventListener<EventType>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Base interface for all listener. You can inherit from this
interface to get the events of this type
-
Method Summary
-
Method Details
-
receive
-