Interface EntityNotifiable<Solution_>
-
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
- All Superinterfaces:
Notifiable
public interface EntityNotifiable<Solution_> extends Notifiable
A notifiable listening forEntityNotifications. Every variable listener's notifiable is not only registered for the listener's source variable notifications but also for the planning entity declaring the source variable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyBefore(EntityNotification<Solution_> notification)-
Methods inherited from interface ai.timefold.solver.core.impl.domain.variable.listener.support.Notifiable
closeVariableListener, resetWorkingSolution, triggerAllNotifications
-
-
-
-
Method Detail
-
notifyBefore
void notifyBefore(EntityNotification<Solution_> notification)
-
-