Listener Interface

No description available.

Public Methods

processEvent( String event, String model, Value data, long timestamp ) returns void
Used to process an event published by the NotificationService
eventType of event (e.g. "create", "update", "delete")
modelSubject of the event (e.g. "User", "File", etc)
dataAdditional information related to the event (e.g. User ID)
timestampTimestamp of when the event was published. Units are in nanoseconds in UTC. Use the getMilliseconds() method in the javaxt.express.utils.DateUtils. to convert the nanoseconds to milliseconds.