Interface RowRecogStateRandomAccess
- All Known Implementing Classes:
RowRecogStateRandomAccessImpl
public interface RowRecogStateRandomAccess
Interface for random access to a previous event.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
existingEventPrepare
(EventBean theEvent) getPreviousEvent
(int index) Returns an new data event given an index.boolean
isEmpty()
void
newEventPrepare
(EventBean newEvent) void
void
-
Field Details
-
EPTYPE
-
-
Method Details
-
getPreviousEvent
Returns an new data event given an index.- Parameters:
index
- to return new data for- Returns:
- new data event
-
newEventPrepare
-
existingEventPrepare
-
remove
-
remove
-
isEmpty
boolean isEmpty()
-