Interface AfterPlaceHandler

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AfterPlaceHandler
An interface that represents a handler for performing actions after a place is changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterPlace(PlaceManager placeManager, Place place)
    Executes the specified actions after a place is changed.
  • Method Details

    • afterPlace

      void afterPlace(PlaceManager placeManager, Place place)
      Executes the specified actions after a place is changed.
      Parameters:
      placeManager - the PlaceManager instance that manages the places
      place - the new place that has been changed to