Interface EmbeddableAttributeListener

All Superinterfaces:
EventListener

public interface EmbeddableAttributeListener extends EventListener
  • Method Details

    • embeddableAttributeChanged

      void embeddableAttributeChanged(EmbeddableAttributeEvent e)
      EmbeddableAttribute property changed.
    • embeddableAttributeAdded

      void embeddableAttributeAdded(EmbeddableAttributeEvent e)
      New EmbeddableAttribute has been created/added.
    • embeddableAttributeRemoved

      void embeddableAttributeRemoved(EmbeddableAttributeEvent e)
      EmbeddableAttribute has been removed.