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.

@FunctionalInterface public interface MessageListener<MessageType extends Message>
Base interface for all listener. You can inherit from this interface to get the events of this type
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details