org.drools.planner.examples.tsp.solver.variable
Class PreviousJourneyListener

java.lang.Object
  extended by org.drools.planner.examples.tsp.solver.variable.PreviousJourneyListener
All Implemented Interfaces:
EventListener, PlanningVariableListener

public class PreviousJourneyListener
extends Object
implements PlanningVariableListener


Constructor Summary
PreviousJourneyListener()
           
 
Method Summary
 void afterChange(SolutionDirector solutionDirector, Object planningEntity, String variableName, Object oldValue, Object newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreviousJourneyListener

public PreviousJourneyListener()
Method Detail

afterChange

public void afterChange(SolutionDirector solutionDirector,
                        Object planningEntity,
                        String variableName,
                        Object oldValue,
                        Object newValue)
Specified by:
afterChange in interface PlanningVariableListener


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.