net.esper.view.internal
Class PriorEventViewFactory.RelativeAccessImpl

java.lang.Object
  extended by net.esper.view.internal.PriorEventViewFactory.RelativeAccessImpl
All Implemented Interfaces:
RelativeAccessByEventNIndex
Enclosing class:
PriorEventViewFactory

public static class PriorEventViewFactory.RelativeAccessImpl
extends Object
implements RelativeAccessByEventNIndex


Constructor Summary
PriorEventViewFactory.RelativeAccessImpl(RelativeAccessByEventNIndex buffer, int relativeIndex)
           
 
Method Summary
 EventBean getRelativeToEvent(EventBean event, int prevIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriorEventViewFactory.RelativeAccessImpl

public PriorEventViewFactory.RelativeAccessImpl(RelativeAccessByEventNIndex buffer,
                                                int relativeIndex)
Method Detail

getRelativeToEvent

public EventBean getRelativeToEvent(EventBean event,
                                    int prevIndex)
Specified by:
getRelativeToEvent in interface RelativeAccessByEventNIndex