Class AttributeChangedEvent

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

    public class AttributeChangedEvent
    extends java.lang.Object
    implements pl.edu.icm.unity.webui.bus.Event
    Sent when attribute is added/removed/modified in a group.
    Author:
    K. Benedyczak
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeChangedEvent​(java.lang.String group, java.lang.String attributeName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttributeName()  
      java.lang.String getGroup()  
      • Methods inherited from class java.lang.Object

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

      • AttributeChangedEvent

        public AttributeChangedEvent​(java.lang.String group,
                                     java.lang.String attributeName)
    • Method Detail

      • getGroup

        public java.lang.String getGroup()
      • getAttributeName

        public java.lang.String getAttributeName()