StopTimeChangeEvent
Controller
super(from); stopTime = newStopTime;
Get the new stop-time for the Controller that generated this event.returnThe new stop time for the Controller that generated this event. return stopTime;
return stopTime;
Returns the String representation of this event's values. return getClass().getName() + "[source=" + eventSrc + ",stopTime=" + stopTime + "]";
return getClass().getName() + "[source=" + eventSrc + ",stopTime=" + stopTime + "]";