Interface DrawingListener

  • All Superinterfaces:
    EventListener

    public interface DrawingListener
    extends EventListener
    Listener on drawing actions.
    Version:
    17.0 2020-01-04 14:41:52
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.advanced
    Maven Artifact Id:
    nodefx
    • Method Detail

      • onDrawingStart

        void onDrawingStart()
        Drawing is starting.
      • onDrawingEnd

        void onDrawingEnd()
        Drawing is finished.