|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ItemEvent
Used to provide update informations to the calls to the isSelected method of MetadataProvider. Contains an update event for an Item, as dispatched by the Preprocessor in order to be processed by an ItemEventBuffer. All the fields pertaining to the updated Item state are reported, regardless that they are changing or confirmed with the event.
| Method Summary | |
|---|---|
byte[] |
getValueAsByteArray(java.lang.String fieldName)
Returns the value of a named Field as a byte array (null is a legal value too). |
java.lang.String |
getValueAsString(java.lang.String fieldName)
Returns the value of a named Field as a String object (null is a legal value too). |
boolean |
isSnapshot()
Allows to distinguish between events that carry the Item initial state (the Snapshot) and events that carry state Updates. |
| Method Detail |
|---|
java.lang.String getValueAsString(java.lang.String fieldName)
fieldName - A Field name.
byte[] getValueAsByteArray(java.lang.String fieldName)
fieldName - A Field name.
boolean isSnapshot()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||