Interface MsgListener


public interface MsgListener
Interface for objects that want to listen sent messages in Local architecture.
Author:
Jomi
  • Method Summary

    Modifier and Type Method Description
    void msgSent​(Message m)  
  • Method Details

    • msgSent

      void msgSent​(Message m)