Interface EmbeddableListener

All Superinterfaces:
EventListener

public interface EmbeddableListener extends EventListener
  • Method Details

    • embeddableChanged

      void embeddableChanged(EmbeddableEvent e, DataMap map)
      EmbeddableAttribute property changed.
    • embeddableAdded

      void embeddableAdded(EmbeddableEvent e, DataMap map)
      New EmbeddableAttribute has been created/added.
    • embeddableRemoved

      void embeddableRemoved(EmbeddableEvent e, DataMap map)
      EmbeddableAttribute has been removed.
      Parameters:
      map -