hoplugins.transfers.ui.controller
Class DividerListener

java.lang.Object
  extended byhoplugins.transfers.ui.controller.DividerListener
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener

public class DividerListener
extends java.lang.Object
implements java.beans.PropertyChangeListener

Dividend Listener that store in the Database the position of the varous SplitPane

Author:
Boy van der Werf

Constructor Summary
DividerListener(java.lang.String key)
          Creates a new DividerListener object.
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent e)
          Method invoked when the splitpane divisor is moved Store the new position value in the DB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DividerListener

public DividerListener(java.lang.String key)
Creates a new DividerListener object.

Parameters:
key - Key value
Method Detail

propertyChange

public final void propertyChange(java.beans.PropertyChangeEvent e)
Method invoked when the splitpane divisor is moved Store the new position value in the DB

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
e - Event


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.