Class AttributeTypesUpdatedEvent

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

    public class AttributeTypesUpdatedEvent
    extends java.lang.Object
    implements pl.edu.icm.unity.webui.bus.Event
    Notifies that the attribute types where updated
    Author:
    K. Benedyczak
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeTypesUpdatedEvent​(java.util.Collection<pl.edu.icm.unity.types.basic.AttributeType> attributeTypes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<pl.edu.icm.unity.types.basic.AttributeType> getAttributeTypes()  
      • Methods inherited from class java.lang.Object

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

      • AttributeTypesUpdatedEvent

        public AttributeTypesUpdatedEvent​(java.util.Collection<pl.edu.icm.unity.types.basic.AttributeType> attributeTypes)
    • Method Detail

      • getAttributeTypes

        public java.util.Collection<pl.edu.icm.unity.types.basic.AttributeType> getAttributeTypes()