public class DefaultNRepositoryEvent extends Object implements net.thevpc.nuts.NRepositoryEvent
| Constructor and Description |
|---|
DefaultNRepositoryEvent(net.thevpc.nuts.NSession session,
net.thevpc.nuts.NRepository parent,
net.thevpc.nuts.NRepository repository,
String propertyName,
Object propertyOldValue,
Object propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NRepository |
getParent() |
String |
getPropertyName() |
Object |
getPropertyOldValue() |
Object |
getPropertyValue() |
net.thevpc.nuts.NRepository |
getRepository() |
net.thevpc.nuts.NSession |
getSession() |
net.thevpc.nuts.NWorkspace |
getWorkspace() |
public net.thevpc.nuts.NSession getSession()
getSession in interface net.thevpc.nuts.NSessionProviderpublic net.thevpc.nuts.NWorkspace getWorkspace()
getWorkspace in interface net.thevpc.nuts.NRepositoryEventpublic net.thevpc.nuts.NRepository getParent()
getParent in interface net.thevpc.nuts.NRepositoryEventpublic net.thevpc.nuts.NRepository getRepository()
getRepository in interface net.thevpc.nuts.NRepositoryEventpublic String getPropertyName()
getPropertyName in interface net.thevpc.nuts.NRepositoryEventpublic Object getPropertyOldValue()
getPropertyOldValue in interface net.thevpc.nuts.NRepositoryEventpublic Object getPropertyValue()
getPropertyValue in interface net.thevpc.nuts.NRepositoryEventCopyright © 2025 vpc open source initiative. All rights reserved.