|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.anwrt.hl.model.AbstractContainer
com.anwrt.hl.model.AwtEventContainer
public class AwtEventContainer
Container to bufferize events before sending them to the M2MAgent.
creation 10 déc. 2009
| Constructor Summary | |
|---|---|
AwtEventContainer(java.lang.String relativePath)
Create a new EventDataContainer. |
|
| Method Summary | |
|---|---|
boolean |
addevent(int time,
int type,
int code,
java.lang.Object data)
Add event with given time, type code and data to the container. |
void |
empty()
Clear all added events. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AwtEventContainer(java.lang.String relativePath)
relativePath - Relative path of the container.| Method Detail |
|---|
public boolean addevent(int time,
int type,
int code,
java.lang.Object data)
time - Event occurrence time.type - Event typecode - Event codedata - Data associated to the event
public void empty()
empty in class AbstractContainer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||