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