BBjActivateEvent::getActivationType
Description
In BBj 14.0 and higher, this method returns the activation type code.
Syntax
|
Return Value |
Method |
|---|---|
|
int |
getActivationType() |
Parameters
None.
Return Value
Returns the activation type as described in the flag values of Activation Event:
1 = Application activated
3 = Window activated by mouse click
4 = Window activated by other than mouse click
5 = Window is being minimized
6 = Window is being restored
7 = Window is being undocked (BBj 25.10 and higher, WebUI client only).
8 = Window is being docked (BBj 25.10 and higher, WebUI client only).
Remarks
None.
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.