The PageEventListener gets informed of PageEvents.
This is an extracted interface of the original ReportEventListener. As page events are only fired by some (page sensitive) report processors, there is no need to support page events in the ReportEventListener interface.
Functions that should be informed of page events should implement this interface.
Information: The pageCanceled method is called, if a empty page was created and was removed from the report afterwards.
@author Thomas Morgner