@FunctionalInterface public interface IOpenEventListener
Usage:
OpenStrategy handler = new OpenStrategy(control); handler.addOpenListener(new IOpenEventListener() { public void handleOpen(SelectionEvent e) { ... // code to handle the open event. } });
OpenStrategy
Modifier and Type | Method and Description |
---|---|
void |
handleOpen(SelectionEvent e)
Called when a selection or default selection occurs
depending on the user preference.
|
void handleOpen(SelectionEvent e)
e
- the selection event
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.