public class EventBuffer extends Object
| Constructor and Description |
|---|
EventBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
int |
length() |
void |
offer(Event event)
Queues next event to the buffer.
|
void |
setCount(int count) |
void |
setListener(BufferListener listener) |
void |
setPatterns(String[] patterns) |
public void offer(Event event)
event - the eventpublic int length()
public void flush()
public void setPatterns(String[] patterns)
public void setCount(int count)
public void setListener(BufferListener listener)
Copyright © 2015 TeleStax, Inc.. All Rights Reserved.