This project has retired. For details please refer to its Attic page.
org.apache.lens.server.api.events (Lens 2.1.0-beta-incubating API)

Package org.apache.lens.server.api.events

Interface Summary
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 Summary
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.