Uses of Interface
ai.timefold.solver.core.impl.domain.variable.listener.support.ListVariableNotification
Packages that use ListVariableNotification
-
Uses of ListVariableNotification in ai.timefold.solver.core.impl.domain.variable.listener.support
Methods in ai.timefold.solver.core.impl.domain.variable.listener.support that return ListVariableNotificationModifier and TypeMethodDescriptionstatic <Solution_>
ListVariableNotification<Solution_>Notification.elementUnassigned(Object element) An element was unassigned from a list variable.static <Solution_>
ListVariableNotification<Solution_>Notification.listVariableChanged(Object entity, int fromIndex, int toIndex) A list variable change occurs onentitybetweenfromIndexandtoIndex.