Interface NetworkEvent

All Known Implementing Classes:
ByteArrayMessage

public interface NetworkEvent
An interface to represent network delivered event/messages
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
     
  • Method Details

    • getSender

      String getSender()
      Returns:
      the sending host of the data, as a socket
    • getMessage

      byte[] getMessage()
      Returns:
      raw data for this event