Interface IElementEvent<T>
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ElementEvent
Defines how an element event object should behave.
- 
Method SummaryModifier and TypeMethodDescriptionGets the elementEvent attribute of the IElementEvent object.
- 
Method Details- 
getElementEventGets 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.
 
 
-