Class ConfigPersistEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfigPersistEvent
    extends N2oEvent
    Событие добавления Info
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigPersistEvent​(java.lang.Object source, XmlInfo info, boolean isCreate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      XmlInfo getInfo()  
      boolean isCreate()  
      void setInfo​(XmlInfo info)  
      void setIsCreate​(boolean isCreate)  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • ConfigPersistEvent

        public ConfigPersistEvent​(java.lang.Object source,
                                  XmlInfo info,
                                  boolean isCreate)
    • Method Detail

      • getInfo

        public XmlInfo getInfo()
      • setInfo

        public void setInfo​(XmlInfo info)
      • isCreate

        public boolean isCreate()
      • setIsCreate

        public void setIsCreate​(boolean isCreate)