public class DefaultNWorkspaceEvent extends Object implements net.thevpc.nuts.NWorkspaceEvent
| Constructor and Description |
|---|
DefaultNWorkspaceEvent(net.thevpc.nuts.NSession session,
net.thevpc.nuts.NRepository repository,
String propertyName,
Object propertyOldValue,
Object propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
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 String getPropertyName()
getPropertyName in interface net.thevpc.nuts.NWorkspaceEventpublic Object getPropertyOldValue()
getPropertyOldValue in interface net.thevpc.nuts.NWorkspaceEventpublic Object getPropertyValue()
getPropertyValue in interface net.thevpc.nuts.NWorkspaceEventpublic net.thevpc.nuts.NWorkspace getWorkspace()
getWorkspace in interface net.thevpc.nuts.NWorkspaceEventpublic net.thevpc.nuts.NRepository getRepository()
getRepository in interface net.thevpc.nuts.NWorkspaceEventCopyright © 2025 vpc open source initiative. All rights reserved.