public interface IGazeContainer
Modifier and Type | Method and Description |
---|---|
<T extends GazeEntryBase> |
Add(T entry)
Add gaze entry to the container
|
<T extends GazeEntryBase> |
Add(java.util.Vector<T> entries)
Add gaze entry to the container
|
<T extends GazeEntryBase> |
Get(EEntryType type)
Get queue of entries
|
<T extends GazeEntryBase> void Add(T entry)
T
- Type of the gaze entryentry
- Entry to add<T extends GazeEntryBase> void Add(java.util.Vector<T> entries)
T
- Type of the gaze entryentries
- List of entries to add<T extends GazeEntryBase> Queue<T> Get(EEntryType type) throws java.lang.Exception
T
- Type of entries to returnjava.lang.Exception