com.pcbsys.nirvana.client.nEventPropertyChangeListener Interface Reference

Listener interface enabling callbacks to be received when dictionary keys from events . More...

Inherited by com.pcbsys.nirvana.client.nRegisteredEvent.UpdateListener.

Public Member Functions

void added (String key, Object val, Object original)
 Notification that the specific event has had the value changed More...
 
void deleted (String key)
 Notification that the specific key has been removed from the event update More...
 

Detailed Description

Listener interface enabling callbacks to be received when dictionary keys from events .

Either added or removed

Member Function Documentation

void com.pcbsys.nirvana.client.nEventPropertyChangeListener.added ( String  key,
Object  val,
Object  original 
)

Notification that the specific event has had the value changed

Parameters
keyThe key where the value has changed
valThe updated value
originalThe original value (if any)
void com.pcbsys.nirvana.client.nEventPropertyChangeListener.deleted ( String  key)

Notification that the specific key has been removed from the event update

Parameters
keyThe key which has been removed