Interface IInstanceEvent

All Superinterfaces:
IEvent
All Known Implementing Classes:
InstanceEvent, TxInstanceEvent

public interface IInstanceEvent extends IEvent
This interface is used for events that are related to instances. The interface defines method(s) to allow the handler of the event to query information about the object that triggered the event.
Since:
5.0
Author:
O. Kerpershoek, F. van der Meer
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the instance that triggered the event.

    Methods inherited from interface com.aquima.interactions.foundation.events.IEvent

    getType, invokeEventHook
  • Method Details

    • getInstance

      IEntityInstance getInstance()
      This method returns the instance that triggered the event.
      Returns:
      the instance that triggered the event.