Library | Package Java Toolkit

Interface LayoutListener

package com.ptc.uifc.uifcLayout;

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



Description

 



Method Summary
voidOnDestroy (Layout handle)
     
voidOnDisplay (Layout handle)
     
voidOnDragEnter (Layout handle)
     
voidOnDragExit (Layout handle)
     
voidOnDragMove (Layout handle)
     
voidOnDrop (Layout handle)
     
voidOnHelp (Layout handle)
     
voidOnMouseWheel (Layout handle)
     
voidOnPreDisplay (Layout handle)
     

Method Detail

OnMouseWheel

voidOnMouseWheel (Layout handle)


     
Parameters:
handle
Returns:


OnDrop

voidOnDrop (Layout handle)


     
Parameters:
handle
Returns:


OnDragExit

voidOnDragExit (Layout handle)


     
Parameters:
handle
Returns:


OnDisplay

voidOnDisplay (Layout handle)


     
Parameters:
handle
Returns:


OnDestroy

voidOnDestroy (Layout handle)


     
Parameters:
handle
Returns:


OnDragMove

voidOnDragMove (Layout handle)


     
Parameters:
handle
Returns:


OnHelp

voidOnHelp (Layout handle)


     
Parameters:
handle
Returns:


OnPreDisplay

voidOnPreDisplay (Layout handle)


     
Parameters:
handle
Returns:


OnDragEnter

voidOnDragEnter (Layout handle)


     
Parameters:
handle
Returns: