Interface IElementEvent<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
ElementEvent

public interface IElementEvent<T> extends Serializable
Defines how an element event object should behave.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the elementEvent attribute of the IElementEvent object.
     
  • Method Details

    • getElementEvent

      Gets the elementEvent attribute of the IElementEvent object. This code is Contained in the IElememtEventConstants class.

      Returns:
      The elementEvent value
    • getSource

      Returns:
      the source of the event.