Package jsl.modeling.elements.entity
Interface AllocationListenerIfc
-
- All Known Implementing Classes:
SeizeResources.AllocationListener
,SeizeResources.AllocationSetListener
,SQSRWorkStation.AllocationListener
public interface AllocationListenerIfc
-
-
Method Summary
All Methods Instance Methods Abstract 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
void allocated(Request request)
This method is called whenever units of a resource have been allocated to a request.- Parameters:
request
-
-
-