Interface PacketRouter


public interface PacketRouter
Interface for an object that can route Calls to their required destination. Usually this object will be provided by Root components.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    route(Packet packet)
    Route Packet
  • Method Details

    • route

      void route(Packet packet)
      Route Packet
      Parameters:
      packet -