Package jsl.modeling.elements.entity
Class DisposeEntity
- java.lang.Object
-
- jsl.modeling.elements.entity.EntityReceiverAbstract
-
- jsl.modeling.elements.entity.DisposeEntity
-
public class DisposeEntity extends EntityReceiverAbstract
-
-
Constructor Summary
Constructors Constructor Description DisposeEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreceive(Entity entity)Used to receive the entity.
-
-
-
Method Detail
-
receive
protected void receive(Entity entity)
Description copied from class:EntityReceiverAbstractUsed to receive the entity.- Specified by:
receivein classEntityReceiverAbstract- Parameters:
entity- Must not be null or IllegalArgument exception should be thrown
-
-