|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ItemEvent
Provides to the Data Adapter a base interface for creating ItemEvents in order to send updates to Lightstreamer Kernel. An ItemEvent object contains the new values and, in some cases, the current values of the Fields of an Item. The interfaces OldItemEvent, IndexedItemEvent and java.util.Map may also be used to define events. Events of all these kinds may be freely mixed, even if they belong to the same Item. All implementation methods should be nonblocking.
OldItemEvent,
IndexedItemEvent| Method Summary | |
|---|---|
java.util.Iterator |
getNames()
Returns an iterator to browse the names of the supplied Fields, expressed as String. |
java.lang.Object |
getValue(java.lang.String name)
Returns the value of a named Field (null is a legal value too). |
| Method Detail |
|---|
java.util.Iterator getNames()
DataProviderjava.lang.Object getValue(java.lang.String name)
name - A Field name.
ItemEventListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||