Class EmbeddableEvent

    • Constructor Detail

      • EmbeddableEvent

        public EmbeddableEvent​(Object source,
                               Embeddable embeddable)
      • EmbeddableEvent

        public EmbeddableEvent​(Object src,
                               Embeddable embeddable2,
                               int id)
    • Method Detail

      • setEmbeddable

        public void setEmbeddable​(Embeddable embeddable)
      • getEmbeddable

        public Embeddable getEmbeddable()
      • getNewName

        public String getNewName()
        Description copied from class: MapEvent
        Returns the newName of the object that caused this event.
        Specified by:
        getNewName in class MapEvent