Contents
class solace.SessionEventCBInfo
Creates an instance of SessionEventCBInfo.
Deprecated: The solace.Session is an EventEmitter. Register event handlers against solace.SessionEventCode events instead.
Constructor Top
SessionEventCBInfo ( function sessionEventCBFunction, Object userObject ) |
Properties Top
function | sessionEventCBFunction | ||
Object | userObject |
Constructor details
Top
SessionEventCBInfo
( function sessionEventCBFunction, Object userObject )
Creates an instance of SessionEventCBInfo.
Deprecated: The solace.Session is an EventEmitter. Register event handlers
against solace.SessionEventCode events instead.
SessionEventCBInfo
( function sessionEventCBFunction, Object userObject )
Creates an instance of SessionEventCBInfo.
Deprecated: The solace.Session is an EventEmitter. Register event handlers against solace.SessionEventCode events instead.
Properties Detail Top
public
function
sessionEventCBFunction
The prototype of this function is the following: (solace.Session, solace.SessionEvent, userObject {Object}, RFUObject {Object})
public
Object
userObject
user-specified object