Class KStringEvent

All Implemented Interfaces:
IPostEventProcessing

public class KStringEvent extends BubbleEvent
The KString refactoring event that indicates that the KString has been refactored and needs updating the KStringProp property with a new KString.
Author:
Christopher Mindus
  • Field Details

  • Constructor Details

    • KStringEvent

      public KStringEvent(IKStringHolder<?> property, KStringEvent.Operation operation)
      Constructs a new property event.
      Parameters:
      property - The property instance being changed or initialized.
      operation - The operation required.
  • Method Details

    • getKStringHolder

      public IKStringHolder<?> getKStringHolder()
      Gets the event owner. The owner is the one the message relates to e.g. the property for value change or the property being added or removed for property container events.
      Returns:
      The Generic Property for the event, the source, or originator.