Interface MultiSourceEvent
Description
In BBj 7.00 and higher, a number of BBjEvent Objects can be generated from numerous controls. These BBjEvents implement the interface MultiSourceEvent. The interface allows a program to retrieve the source of the event cast to a specifed type.
Implementing Classes
BBjDragSourceDropEvent, BBjDropTargetDropEvent, BBjGainedFocusEvent, BBjLostFocusEvent, BBjMouseEnterEvent, BBjMouseExitEvent, BBjPopupRequestEvent, BBjRightMouseDownEvent
Methods of MultiSourceEvent
|
Return Value |
Method |
|---|---|
|
getCEdit() |
|
|
getGrid() |
|
|
getTree() |
|
Example
|