public class DefaultNutsWorkspaceEvent extends Object implements net.thevpc.nuts.NutsWorkspaceEvent
| Constructor and Description |
|---|
DefaultNutsWorkspaceEvent(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsRepository repository,
String propertyName,
Object propertyOldValue,
Object propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
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.NutsWorkspaceEventpublic String getPropertyName()
getPropertyName in interface net.thevpc.nuts.NutsWorkspaceEventpublic Object getPropertyOldValue()
getPropertyOldValue in interface net.thevpc.nuts.NutsWorkspaceEventpublic Object getPropertyValue()
getPropertyValue in interface net.thevpc.nuts.NutsWorkspaceEventpublic net.thevpc.nuts.NutsWorkspace getWorkspace()
getWorkspace in interface net.thevpc.nuts.NutsWorkspaceEventpublic net.thevpc.nuts.NutsRepository getRepository()
getRepository in interface net.thevpc.nuts.NutsWorkspaceEventCopyright © 2021 vpc open source initiative. All rights reserved.