public interface ArmListener
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) EclipseSource and others 2002, 2016.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0