Package jsl.modeling.elements.entity
Class SQSRWorkStation.AllocationListener
- java.lang.Object
-
- jsl.modeling.elements.entity.SQSRWorkStation.AllocationListener
-
- All Implemented Interfaces:
AllocationListenerIfc
- Enclosing class:
- SQSRWorkStation
protected class SQSRWorkStation.AllocationListener extends java.lang.Object implements AllocationListenerIfc
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AllocationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allocated(Request request)
This method is called whenever units of a resource have been allocated to a request.
-
-
-
Method Detail
-
allocated
public void allocated(Request request)
Description copied from interface:AllocationListenerIfc
This method is called whenever units of a resource have been allocated to a request.- Specified by:
allocated
in interfaceAllocationListenerIfc
-
-