com.genesyslab.ail.event
Interface CallbackRecordEvent


public interface CallbackRecordEvent

An event reporting a CallbackRecord status change.


Method Summary
 CallbackRecord.Reason getReason()
          Returns the reason of the status change.
 CallbackRecord getRecord()
          Returns the record that this event is about.
 CallbackRecord.Status getStatus()
          Returns the new status of the record.
 

Method Detail

getStatus

CallbackRecord.Status getStatus()
Returns the new status of the record.


getReason

CallbackRecord.Reason getReason()
Returns the reason of the status change.


getRecord

CallbackRecord getRecord()
Returns the record that this event is about.