public class DebugGazeContainer extends java.lang.Object implements IGazeContainer
Constructor and Description |
---|
DebugGazeContainer() |
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
|
public <T extends GazeEntryBase> void Add(T entry)
IGazeContainer
Add
in interface IGazeContainer
T
- Type of the gaze entryentry
- Entry to addpublic <T extends GazeEntryBase> Queue<T> Get(EEntryType type) throws java.lang.Exception
IGazeContainer
Get
in interface IGazeContainer
T
- Type of entries to returnjava.lang.Exception
public <T extends GazeEntryBase> void Add(java.util.Vector<T> entries)
IGazeContainer
Add
in interface IGazeContainer
T
- Type of the gaze entryentries
- List of entries to add