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.nRegisteredEvent.UpdateListener.


Public Member Functions

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

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 
)

Notification that the specific event has had the value changed.

Parameters:
key The key where the value has changed
val The updated value

void com.pcbsys.nirvana.client.nEventPropertyChangeListener.deleted ( String  key  ) 

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

Parameters:
key The key which has been removed