public class DefaultNUpdateEvent extends Object implements net.thevpc.nuts.NUpdateEvent
| Constructor and Description |
|---|
DefaultNUpdateEvent(net.thevpc.nuts.NDefinition oldDefinition,
net.thevpc.nuts.NDefinition definition,
net.thevpc.nuts.NSession session,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NDefinition |
getNewValue() |
net.thevpc.nuts.NDefinition |
getOldValue() |
net.thevpc.nuts.NSession |
getSession() |
net.thevpc.nuts.NWorkspace |
getWorkspace() |
boolean |
isForce() |
public DefaultNUpdateEvent(net.thevpc.nuts.NDefinition oldDefinition,
net.thevpc.nuts.NDefinition definition,
net.thevpc.nuts.NSession session,
boolean force)
public net.thevpc.nuts.NSession getSession()
getSession in interface net.thevpc.nuts.NSessionProviderpublic net.thevpc.nuts.NWorkspace getWorkspace()
getWorkspace in interface net.thevpc.nuts.NUpdateEventpublic net.thevpc.nuts.NDefinition getNewValue()
getNewValue in interface net.thevpc.nuts.NUpdateEventpublic net.thevpc.nuts.NDefinition getOldValue()
getOldValue in interface net.thevpc.nuts.NUpdateEventpublic boolean isForce()
isForce in interface net.thevpc.nuts.NUpdateEventCopyright © 2025 vpc open source initiative. All rights reserved.