This class is a partial implementation of IHandler. This abstract implementation provides support for handler listeners. You should subclass from this method unless you want to implement your own listener support. Subclasses should call {@link AbstractHandler#fireHandlerChanged(HandlerEvent)}when the handler changes. Subclasses can also override {@link AbstractHandler#isEnabled()} and{@link AbstractHandler#isHandled()}.
| |
| |
| |
| |
| |
| |
| |
| |