Package hec.event

Interface AttributeAddRemoveListener

All Superinterfaces:
EventListener

public interface AttributeAddRemoveListener extends EventListener
  • Method Details

    • attributeAdded

      void attributeAdded(String listName, Object attribute)
    • attributeRemoved

      void attributeRemoved(String listName, Object attribute)