public interface ArmListener extends SWTEventListener
After creating an instance of a class that implements
this interface it can be added to a widget using the
addArmListener
method and removed using
the removeArmListener
method. When the
widget is armed, the widgetArmed method will be invoked.
ArmEvent
Modifier and Type | Method and Description |
---|---|
void |
widgetArmed(ArmEvent e)
Sent when a widget is armed, or 'about to be selected'.
|
void widgetArmed(ArmEvent e)
e
- an event containing information about the arm
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.