Interface MsgListener


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

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • msgSent

      void msgSent(Message m)