Events which may be arguments to the IChannel receiveEvent() method.
author: Peter Kharchenko pkharchenko@interactivebusiness.com" author: andrew.petro@yale.edu version: $Revision: 36690 $ $Date: 2006-08-25 14:03:25 -0700 (Fri, 25 Aug 2006) $
The framework-generated event that is broadcast to
channels that were used for a user session which is now ending.
Typical usage is to trigger state cleanup in channels that are not
user-session-scoped.
Constructor which translates from one of the integers representing a
PortalEvent to the actual PortalEvent class.
Parameters: ev - integer representing the event
Two PortalEvents are equal if they have the same eventNumber.
Parameters: other - - another object true if other is a PortalEvent with the same eventNumber,false otherwise