ServiceEvent(Server, SessionData, CallbackInterface) constructor

Constructs a new ServiceEvent object.

Syntax

public ServiceEvent ( Server server , SessionData sessionData , CallbackInterface cbi )

Parameters

Usage

Subclasses should provide a constructor with the same arguments, and pass them untouched to this constructor. This constructor will store its arguments into the corresponding member variables of this class, which can then be accessed directly by subclasses.