| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | Action
(WSelection Selection, boolean HighLight)
Action method to be called when selection is made |
| void | EndNotify
()
Method to be called when applications is about to exit from BaseSession.Select(SelectionOptions, /*optional*/ Selections) |
| void | StartNotify
()
Method to be called when applications is entering in BaseSession.Select(SelectionOptions, /*optional*/ Selections) |
| Method Detail |
|---|
| StartNotify |
|---|
| void | StartNotify | () |
Method to be called when applications is entering in BaseSession.Select(SelectionOptions, /*optional*/ Selections)
|
| Action |
|---|
| void | Action | (WSelection Selection, boolean HighLight) |
Action method to be called when selection is made
|
| EndNotify |
|---|
| void | EndNotify | () |
Method to be called when applications is about to exit from BaseSession.Select(SelectionOptions, /*optional*/ Selections)
|