|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ehsbe.commons.util.CrudEventList
public class CrudEventList
Class to be used to construct/reassemble object modifications on a server to its clients.
| Constructor Summary | |
|---|---|
CrudEventList()
|
|
| Method Summary | |
|---|---|
void |
add(CrudEvent<?> e)
Add a CRUD event to the list of notifications. |
ArrayList<CrudEvent<?>> |
getEvents()
Get all CRUD events. |
int |
getSize()
Get the number of events in this list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CrudEventList()
| Method Detail |
|---|
public void add(CrudEvent<?> e)
e - the crud event to send. Ignored if null.public ArrayList<CrudEvent<?>> getEvents()
public int getSize()
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||