jasext.hippo
Class HippoEventSource
java.lang.Object
|
+--jasext.hippo.HippoEventSource
- All Implemented Interfaces:
- AnnotatedEventSource, EventSource, TreeObjectSource
- public final class HippoEventSource
- extends java.lang.Object
- implements AnnotatedEventSource
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HippoEventSource
public HippoEventSource(java.lang.String filename)
throws ModuleException
getEventDataClass
public java.lang.Class getEventDataClass()
- Specified by:
getEventDataClass in interface EventSource
close
public void close()
- Specified by:
close in interface EventSource
getName
public java.lang.String getName()
- Specified by:
getName in interface EventSource
getItems
public TreeItem[] getItems()
- Specified by:
getItems in interface AnnotatedEventSource
getItem
public java.lang.Object getItem(TreeItem i)
- Specified by:
getItem in interface AnnotatedEventSource
getTotalNumberOfEvents
public int getTotalNumberOfEvents()
- Specified by:
getTotalNumberOfEvents in interface EventSource
beforeFirstEvent
public void beforeFirstEvent()
- Specified by:
beforeFirstEvent in interface EventSource
afterLastEvent
public void afterLastEvent()
- Specified by:
afterLastEvent in interface EventSource
getNextEvent
public EventData getNextEvent()
throws EndOfDataException
- Specified by:
getNextEvent in interface EventSource
finalize
public void finalize()
- Overrides:
finalize in class java.lang.Object