List of usage examples for javafx.collections ListChangeListener interface-usage
From source file cmpt305.lab3.gui.controllers.CompareGraphController.java
/** * * @author MrMagaw <MrMagaw@gmail.com> */ public class CompareGraphController implements ListChangeListener<User> { private final ChartPanel VIEW;
From source file com.github.drbookings.ui.controller.UpcomingController.java
public class UpcomingController implements Initializable, ListChangeListener<DateBean> { private static class CheckInOutDetails implements Comparable<CheckInOutDetails> { String room; String bookingOrigin;