Class TransferEvent
java.lang.Object
com.assemblyrobot.simulator.core.events.Event
com.assemblyrobot.simulator.core.events.TransferEvent
- All Implemented Interfaces:
java.lang.Comparable<Event>
public class TransferEvent extends Event
Unique
Event
subclass for EventType.TRANSFER
events, which require information to
be passed on the destination of a Material
.-
Constructor Summary
Constructors Constructor Description TransferEvent(long executionTime, @NonNull EventType type, @NonNull StageID currentStage, @NonNull StageID destination, ErrorType optionalError)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details