Library | Package Java Toolkit

Interface ExternalSelectionHighlight

package com.ptc.wfc.wfcSelect;

public interface ExternalSelectionHighlight
  extends com.ptc.pfc.pfcBase.ApplicationCallback



Description

Notification methods for external application media (like a tree) react on selections made while calling or while in BaseSession.Select(SelectionOptions, /*optional*/ Selections).



Method Summary
voidAction (WSelection Selection, boolean HighLight)
     Action method to be called when selection is made
voidEndNotify ()
     Method to be called when applications is about to exit from BaseSession.Select(SelectionOptions, /*optional*/ Selections)
voidStartNotify ()
     Method to be called when applications is entering in BaseSession.Select(SelectionOptions, /*optional*/ Selections)

Method Detail

StartNotify

voidStartNotify ()


     Method to be called when applications is entering in BaseSession.Select(SelectionOptions, /*optional*/ Selections)
Manual References:
External Data: Selecting the Node from the External Application Tree, External Data: Selecting the Node from the External Application Tree
Returns:


Action

voidAction (WSelection Selection, boolean HighLight)


     Action method to be called when selection is made
Manual References:
External Data: Selecting the Node from the External Application Tree, External Data: Selecting the Node from the External Application Tree
Parameters:
Selection
Selection
HighLight
Whether to highlight selection
Returns:


EndNotify

voidEndNotify ()


     Method to be called when applications is about to exit from BaseSession.Select(SelectionOptions, /*optional*/ Selections)
Manual References:
External Data: Selecting the Node from the External Application Tree, External Data: Selecting the Node from the External Application Tree
Returns: