Class HasGeoObjectModify.AbstractGeoObjectModifyEndEvent<E>

java.lang.Object
java.util.EventObject
io.jmix.mapsflowui.component.model.source.HasGeoObjectModify.AbstractGeoObjectModifyEndEvent<E>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HasGeoObjectModify.SourceGeoObjectModifyEndEvent, HasGeoObjectModify.SourceGeoObjectModifyStartEvent
Enclosing interface:
HasGeoObjectModify<E>

public abstract static class HasGeoObjectModify.AbstractGeoObjectModifyEndEvent<E> extends EventObject
See Also:
  • Field Details

    • items

      protected final Collection<E> items
    • fromClient

      protected final boolean fromClient
  • Constructor Details

    • AbstractGeoObjectModifyEndEvent

      public AbstractGeoObjectModifyEndEvent(Source source, Collection<E> items, boolean fromClient)
  • Method Details

    • getSource

      public Source getSource()
      Overrides:
      getSource in class EventObject
      Returns:
      source that contains modified items
    • getItems

      public Collection<E> getItems()
      Returns:
      items that are participating in the modification
    • isFromClient

      public boolean isFromClient()
      Checks if this event originated from the client side.
      Returns:
      true if the event originated from the client side, false otherwise