Class EntityChangedEvent

  • All Implemented Interfaces:
    pl.edu.icm.unity.webui.bus.Event

    public class EntityChangedEvent
    extends java.lang.Object
    implements pl.edu.icm.unity.webui.bus.Event
    • Constructor Summary

      Constructors 
      Constructor Description
      EntityChangedEvent​(pl.edu.icm.unity.webui.common.EntityWithLabel entity, java.lang.String group)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pl.edu.icm.unity.webui.common.EntityWithLabel getEntity()  
      java.lang.String getGroup()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityChangedEvent

        public EntityChangedEvent​(pl.edu.icm.unity.webui.common.EntityWithLabel entity,
                                  java.lang.String group)
    • Method Detail

      • getEntity

        public pl.edu.icm.unity.webui.common.EntityWithLabel getEntity()
      • getGroup

        public java.lang.String getGroup()