Package jsl.modeling.elements.entity
Interface EntitySenderIfc
-
public interface EntitySenderIfcThis 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendEntity(Entity e)Generic method for sending an entity to a receiver
-
-
-
Method Detail
-
sendEntity
void sendEntity(Entity e)
Generic method for sending an entity to a receiver- Parameters:
e-
-
-