Interface EntitySenderIfc


  • public interface EntitySenderIfc
    This interface is used by EntityReceiver if one of the default options is not specified. A client can supply an instance of a class that implements this interface in order to provide a general method to send the entity to its next receiver
    • Method Detail

      • sendEntity

        void sendEntity​(Entity e)
        Generic method for sending an entity to a receiver
        Parameters:
        e -