Class SeizeResources.AllocationSetListener

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Request r)  
      void allocated​(Request request)
      This method is called whenever units of a resource have been allocated to a request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • myRequests

        protected java.util.List<Request> myRequests
      • myAllocations

        protected java.util.List<Allocation> myAllocations
    • Constructor Detail

      • AllocationSetListener

        public AllocationSetListener()