Class DockingListener.Stub

    • Constructor Detail

      • Stub

        public Stub()
    • Method Detail

      • dockingCanceled

        public void dockingCanceled​(DockingEvent evt)
        Description copied from interface: DockingListener
        Fired when docking of a Dockable is canceled during the operation.
        Specified by:
        dockingCanceled in interface DockingListener
        Parameters:
        evt - the DockingEvent event which provides the source Dockable, the old DockingPort and the new DockingPort
      • dockingComplete

        public void dockingComplete​(DockingEvent evt)
        Description copied from interface: DockingListener
        Fired when docking of a Dockable has completed.
        Specified by:
        dockingComplete in interface DockingListener
        Parameters:
        evt - the DockingEvent event which provides the source Dockable, the old DockingPort and the new DockingPort
      • dragStarted

        public void dragStarted​(DockingEvent evt)
        Description copied from interface: DockingListener
        Fired when the dragging of a Dockable has begun.
        Specified by:
        dragStarted in interface DockingListener
        Parameters:
        evt - the DockingEvent event which provides the source Dockable, the old DockingPort and the new DockingPort
      • dropStarted

        public void dropStarted​(DockingEvent evt)
        Description copied from interface: DockingListener
        Fired when the dropping of a Dockable has begun at the release of a drag-operation.
        Specified by:
        dropStarted in interface DockingListener
        Parameters:
        evt - the DockingEvent event which provides the source Dockable, the old DockingPort and the new DockingPort