Class ConfigPersistEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- net.n2oapp.framework.api.event.N2oEvent
-
- net.n2oapp.framework.config.register.event.ConfigPersistEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigPersistEvent extends N2oEvent
Событие добавления Info- See Also:
- Serialized Form
-
-
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 XmlInfogetInfo()booleanisCreate()voidsetInfo(XmlInfo info)voidsetIsCreate(boolean isCreate)
-
-
-
Constructor Detail
-
ConfigPersistEvent
public ConfigPersistEvent(java.lang.Object source, XmlInfo info, boolean isCreate)
-
-