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 void
receive(Entity entity)
Used to receive the entity.
-
-
-
Method Detail
-
receive
protected void receive(Entity entity)
Description copied from class:EntityReceiverAbstract
Used to receive the entity.- Specified by:
receive
in classEntityReceiverAbstract
- Parameters:
entity
- Must not be null or IllegalArgument exception should be thrown
-
-