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:
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(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)-
Methods inherited from class java.util.EventObject
getSource, toString
-
-