Interface MCGroupAdapter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void interfaceChanged​(java.net.NetworkInterface network_interface)  
      void log​(java.lang.Throwable e)  
      void received​(java.net.NetworkInterface network_interface, java.net.InetAddress local_address, java.net.InetSocketAddress originator, byte[] data, int length)  
      void trace​(java.lang.String str)  
    • Method Detail

      • received

        void received​(java.net.NetworkInterface network_interface,
                      java.net.InetAddress local_address,
                      java.net.InetSocketAddress originator,
                      byte[] data,
                      int length)
      • interfaceChanged

        void interfaceChanged​(java.net.NetworkInterface network_interface)
      • trace

        void trace​(java.lang.String str)
      • log

        void log​(java.lang.Throwable e)