public class StoreEvent
extends org.springframework.context.ApplicationEvent
source| Constructor and Description |
|---|
StoreEvent(Object source,
ContentStore<Object,Serializable> store) |
StoreEvent(Object source,
PropertyPath properyPath,
ContentStore<Object,Serializable> store) |
| Modifier and Type | Method and Description |
|---|---|
PropertyPath |
getPropertyPath() |
ContentStore<Object,Serializable> |
getStore() |
getSource, toStringpublic StoreEvent(Object source, ContentStore<Object,Serializable> store)
public StoreEvent(Object source, PropertyPath properyPath, ContentStore<Object,Serializable> store)
public PropertyPath getPropertyPath()
public ContentStore<Object,Serializable> getStore()
Copyright © 2021 Paul Warren. All rights reserved.