Interface IEventListener

All Superinterfaces:
Serializable
All Known Subinterfaces:
CaseDataChangeListener, IInstanceListener, ITransactionListener, IValueListener
All Known Implementing Classes:
CaseDataChangeToMapListener, CaseDataListener, TmsProfileEventListener, TxEventListener

public interface IEventListener extends Serializable
Interface for event listeners.
Since:
5.0
Author:
O. Kerpershoek, F. v.d. Meer
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    This method should return a bit-mask containing the event types the listener wishes to be notified for.
  • Method Details

    • getType

      int getType()
      This method should return a bit-mask containing the event types the listener wishes to be notified for.
      Returns:
      a bit-mask containing the event types the listener wishes to be notified for.