Uses of Interface
ai.timefold.solver.core.impl.domain.variable.listener.support.EntityNotification
-
Packages that use EntityNotification Package Description ai.timefold.solver.core.impl.domain.variable.listener.support -
-
Uses of EntityNotification in ai.timefold.solver.core.impl.domain.variable.listener.support
Methods in ai.timefold.solver.core.impl.domain.variable.listener.support that return EntityNotification Modifier and Type Method Description static <Solution_>
EntityNotification<Solution_>Notification. entityAdded(Object entity)Theentitywas added.static <Solution_>
EntityNotification<Solution_>Notification. entityRemoved(Object entity)Theentitywas removed.Methods in ai.timefold.solver.core.impl.domain.variable.listener.support with parameters of type EntityNotification Modifier and Type Method Description voidEntityNotifiable. notifyBefore(EntityNotification<Solution_> notification)
-