net.sourceforge.hivegui.application
Class HiveGuiDockingListener

java.lang.Object
  extended by org.flexdock.docking.event.DockingListener.Stub
      extended by net.sourceforge.hivegui.application.HiveGuiDockingListener
All Implemented Interfaces:
java.util.EventListener, org.flexdock.docking.event.DockingListener

public class HiveGuiDockingListener
extends org.flexdock.docking.event.DockingListener.Stub


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.flexdock.docking.event.DockingListener
org.flexdock.docking.event.DockingListener.Stub
 
Constructor Summary
HiveGuiDockingListener()
           
 
Method Summary
 void dropStarted(org.flexdock.docking.event.DockingEvent evt)
           
 
Methods inherited from class org.flexdock.docking.event.DockingListener.Stub
dockingCanceled, dockingComplete, dragStarted, undockingComplete, undockingStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveGuiDockingListener

public HiveGuiDockingListener()
Method Detail

dropStarted

public void dropStarted(org.flexdock.docking.event.DockingEvent evt)
Specified by:
dropStarted in interface org.flexdock.docking.event.DockingListener
Overrides:
dropStarted in class org.flexdock.docking.event.DockingListener.Stub