Interface MessagingEventListener<K>

Type Parameters:
K - Type to convert from message
All Known Implementing Classes:
CarpoolingRequestListener, CarpoolingUpdateListener, MatchPlayerUnregistrationListener

public interface MessagingEventListener<K>
Parent interface for all message listeners.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMessage(K message)
    Method to implement when an incoming message is received.
  • Method Details

    • onMessage

      void onMessage(K message)
      Method to implement when an incoming message is received.
      Parameters:
      message - Message to receive