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