|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewService
Service interface for creating views.
Method Summary | |
---|---|
Viewable |
createView(EventStream eventStream,
java.util.List<ViewSpec> viewSpecList,
ViewServiceContext context)
Creates a chain of views returning the last view in the chain. |
void |
remove(EventStream eventStream,
Viewable view)
Removes a view discoupling the view and any of it's parent views up the tree to the last shared parent view. |
Method Detail |
---|
Viewable createView(EventStream eventStream, java.util.List<ViewSpec> viewSpecList, ViewServiceContext context) throws ViewProcessingException
eventStream
- - the event stream that originates the raw eventsviewSpecList
- - the specification for the chain to be createdcontext
- - dependent services
ViewProcessingException
- thrown if a view cannot be createdvoid remove(EventStream eventStream, Viewable view)
eventStream
- - the event stream that originates the raw eventsview
- - the view (should be the last in a chain) to remove
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |