Interface | Description |
---|---|
LensEventListener<T extends LensEvent> |
The handler method should not block so that the event service can proceed to notifying other listeners as soon as
possible.
|
LensEventService |
Singleton which is responsible for managing the event-listener mapping as well as processing events.
|
Class | Description |
---|---|
AsyncEventListener<T extends LensEvent> |
Event listeners should implement this class if they wish to process events asynchronously.
|
LensEvent |
Instantiates a new lens event.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.