net.esper.view
Class ViewFactoryChain

java.lang.Object
  extended by net.esper.view.ViewFactoryChain

public class ViewFactoryChain
extends Object

Holder for the logical chain of view fact


Constructor Summary
ViewFactoryChain(EventType streamEventType, List<ViewFactory> viewFactoryChain)
           
 
Method Summary
 EventType getEventType()
           
 List<ViewFactory> getViewFactoryChain()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewFactoryChain

public ViewFactoryChain(EventType streamEventType,
                        List<ViewFactory> viewFactoryChain)
Method Detail

getEventType

public EventType getEventType()

getViewFactoryChain

public List<ViewFactory> getViewFactoryChain()