Interface ITimerListener

All Known Implementing Classes:
PortalSession

public interface ITimerListener
A timer listener that can handle timer events.
Since:
7.1
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be invoked upon the occurrence of a timer event.
  • Method Details

    • onTimerEvent

      void onTimerEvent(ITimerEvent timerEvent)
      This method will be invoked upon the occurrence of a timer event.
      Parameters:
      timerEvent - Object containing the timer event information.