Interface BusChangeListener

    • Method Detail

      • onBusPrimitiveShapeChanged

        void onBusPrimitiveShapeChanged​(BusChangeEvent event)
        Invoked each time the bus primitive topology changed.

        A bus network topology is composed of the bus lines, the bus itineraries, the bus stops and the bus stations.

        Parameters:
        event - the event.
      • onBusPrimitiveGraphicalAttributeChanged

        void onBusPrimitiveGraphicalAttributeChanged​(BusChangeEvent event)
        Invoked each time the bus primitive graphical attributes changed.
        Parameters:
        event - the event.
      • onBusPrimitiveChanged

        void onBusPrimitiveChanged​(BusChangeEvent event)
        Invoked each time the bus primitive changed (excepts for graphical attributes).
        Parameters:
        event - the event.