org.noos.xing.mydoggy.plaf.ui.util
Class RemoveNotifyDragListener

java.lang.Object
  extended by org.noos.xing.mydoggy.plaf.ui.util.RemoveNotifyDragListener
All Implemented Interfaces:
PropertyChangeListener, EventListener, Cleaner

public class RemoveNotifyDragListener
extends Object
implements PropertyChangeListener, Cleaner

Author:
Angelo De Caro (angelo.decaro@gmail.com)

Field Summary
protected  Component[] components
           
protected  DragListener dragListener
           
 
Constructor Summary
RemoveNotifyDragListener(Component components, DragListener dragListener)
           
RemoveNotifyDragListener(DragListener dragListener, Component... components)
           
 
Method Summary
 void cleanup()
           
protected  void installListeners()
           
 void propertyChange(PropertyChangeEvent evt)
           
protected  void uninstallListeners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

components

protected Component[] components

dragListener

protected DragListener dragListener
Constructor Detail

RemoveNotifyDragListener

public RemoveNotifyDragListener(Component components,
                                DragListener dragListener)

RemoveNotifyDragListener

public RemoveNotifyDragListener(DragListener dragListener,
                                Component... components)
Method Detail

cleanup

public void cleanup()
Specified by:
cleanup in interface Cleaner

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

installListeners

protected void installListeners()

uninstallListeners

protected void uninstallListeners()


Copyright © 2012. All Rights Reserved.