Library | Package Java Toolkit

Interface SpinBoxListener

package com.ptc.uifc.uifcSpinBox;

public interface SpinBoxListener
  extends com.ptc.uifc.uifcCore.ComponentListener



Description

 



Method Summary
voidOnActivate (SpinBox handle)
     
voidOnChange (SpinBox handle)
     
voidOnDragEnter (SpinBox handle)
     
voidOnDragExit (SpinBox handle)
     
voidOnDragMove (SpinBox handle)
     
voidOnDrop (SpinBox handle)
     
voidOnFocusIn (SpinBox handle)
     
voidOnFocusOut (SpinBox handle)
     
voidOnHelp (SpinBox handle)
     

Method Detail

OnChange

voidOnChange (SpinBox handle)


     
Parameters:
handle
Returns:


OnFocusOut

voidOnFocusOut (SpinBox handle)


     
Parameters:
handle
Returns:


OnFocusIn

voidOnFocusIn (SpinBox handle)


     
Parameters:
handle
Returns:


OnActivate

voidOnActivate (SpinBox handle)


     
Parameters:
handle
Returns:


OnDrop

voidOnDrop (SpinBox handle)


     
Parameters:
handle
Returns:


OnDragExit

voidOnDragExit (SpinBox handle)


     
Parameters:
handle
Returns:


OnDragMove

voidOnDragMove (SpinBox handle)


     
Parameters:
handle
Returns:


OnHelp

voidOnHelp (SpinBox handle)


     
Parameters:
handle
Returns:


OnDragEnter

voidOnDragEnter (SpinBox handle)


     
Parameters:
handle
Returns: