|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICodeLocation
Method Summary | |
---|---|
void |
clearAll()
Clears all events from this location |
java.util.Queue<TypingEvent> |
events()
Returns all of the events at this code location |
java.util.Queue<TypingEvent> |
eventsSince(long time)
Returns all events since time specified |
long |
lastUpdateTime()
Returns the last time this code location was updated |
void |
push(java.util.Queue<TypingEvent> typingEvents)
Takes typing events out of the queue and puts them in this code location |
Method Detail |
---|
void clearAll()
java.util.Queue<TypingEvent> events()
java.util.Queue<TypingEvent> eventsSince(long time)
time
-
long lastUpdateTime()
void push(java.util.Queue<TypingEvent> typingEvents)
typingEvents
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |