public class DefaultNutsRepositoryEvent extends Object implements net.thevpc.nuts.NutsRepositoryEvent
| Constructor and Description |
|---|
DefaultNutsRepositoryEvent(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsRepository parent,
net.thevpc.nuts.NutsRepository repository,
String propertyName,
Object propertyOldValue,
Object propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsRepository |
getParent() |
String |
getPropertyName() |
Object |
getPropertyOldValue() |
Object |
getPropertyValue() |
net.thevpc.nuts.NutsRepository |
getRepository() |
net.thevpc.nuts.NutsSession |
getSession() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
public net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsRepositoryEventpublic net.thevpc.nuts.NutsWorkspace getWorkspace()
getWorkspace in interface net.thevpc.nuts.NutsRepositoryEventpublic net.thevpc.nuts.NutsRepository getParent()
getParent in interface net.thevpc.nuts.NutsRepositoryEventpublic net.thevpc.nuts.NutsRepository getRepository()
getRepository in interface net.thevpc.nuts.NutsRepositoryEventpublic String getPropertyName()
getPropertyName in interface net.thevpc.nuts.NutsRepositoryEventpublic Object getPropertyOldValue()
getPropertyOldValue in interface net.thevpc.nuts.NutsRepositoryEventpublic Object getPropertyValue()
getPropertyValue in interface net.thevpc.nuts.NutsRepositoryEventCopyright © 2021 vpc open source initiative. All rights reserved.