Class VariableListenerAdapter<Entity_>
- java.lang.Object
-
- org.optaplanner.core.impl.domain.variable.listener.VariableListenerAdapter<Entity_>
-
- All Implemented Interfaces:
Closeable,AutoCloseable,VariableListener<Entity_>
@Deprecated public abstract class VariableListenerAdapter<Entity_> extends Object implements VariableListener<Entity_>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description VariableListenerAdapter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidafterEntityAdded(ScoreDirector scoreDirector, Entity_ entity)Deprecated.voidafterEntityRemoved(ScoreDirector scoreDirector, Entity_ entity)Deprecated.voidafterVariableChanged(ScoreDirector scoreDirector, Entity_ entity)Deprecated.voidbeforeEntityAdded(ScoreDirector scoreDirector, Entity_ entity)Deprecated.voidbeforeEntityRemoved(ScoreDirector scoreDirector, Entity_ entity)Deprecated.voidbeforeVariableChanged(ScoreDirector scoreDirector, Entity_ entity)Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.optaplanner.core.api.domain.variable.VariableListener
close, requiresUniqueEntityEvents, resetWorkingSolution
-
-
-
-
Method Detail
-
beforeEntityAdded
public void beforeEntityAdded(ScoreDirector scoreDirector, Entity_ entity)
Deprecated.- Specified by:
beforeEntityAddedin interfaceVariableListener<Entity_>- Parameters:
scoreDirector- never nullentity- never null
-
afterEntityAdded
public void afterEntityAdded(ScoreDirector scoreDirector, Entity_ entity)
Deprecated.- Specified by:
afterEntityAddedin interfaceVariableListener<Entity_>- Parameters:
scoreDirector- never nullentity- never null
-
beforeVariableChanged
public void beforeVariableChanged(ScoreDirector scoreDirector, Entity_ entity)
Deprecated.- Specified by:
beforeVariableChangedin interfaceVariableListener<Entity_>- Parameters:
scoreDirector- never nullentity- never null
-
afterVariableChanged
public void afterVariableChanged(ScoreDirector scoreDirector, Entity_ entity)
Deprecated.- Specified by:
afterVariableChangedin interfaceVariableListener<Entity_>- Parameters:
scoreDirector- never nullentity- never null
-
beforeEntityRemoved
public void beforeEntityRemoved(ScoreDirector scoreDirector, Entity_ entity)
Deprecated.- Specified by:
beforeEntityRemovedin interfaceVariableListener<Entity_>- Parameters:
scoreDirector- never nullentity- never null
-
afterEntityRemoved
public void afterEntityRemoved(ScoreDirector scoreDirector, Entity_ entity)
Deprecated.- Specified by:
afterEntityRemovedin interfaceVariableListener<Entity_>- Parameters:
scoreDirector- never nullentity- never null
-
-