public class DefaultNutsUpdateEvent extends Object implements net.thevpc.nuts.NutsUpdateEvent
| Constructor and Description |
|---|
DefaultNutsUpdateEvent(net.thevpc.nuts.NutsDefinition oldDefinition,
net.thevpc.nuts.NutsDefinition definition,
net.thevpc.nuts.NutsSession session,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsDefinition |
getNewValue() |
net.thevpc.nuts.NutsDefinition |
getOldValue() |
net.thevpc.nuts.NutsSession |
getSession() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
boolean |
isForce() |
public DefaultNutsUpdateEvent(net.thevpc.nuts.NutsDefinition oldDefinition,
net.thevpc.nuts.NutsDefinition definition,
net.thevpc.nuts.NutsSession session,
boolean force)
public net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsUpdateEventpublic net.thevpc.nuts.NutsWorkspace getWorkspace()
getWorkspace in interface net.thevpc.nuts.NutsUpdateEventpublic net.thevpc.nuts.NutsDefinition getNewValue()
getNewValue in interface net.thevpc.nuts.NutsUpdateEventpublic net.thevpc.nuts.NutsDefinition getOldValue()
getOldValue in interface net.thevpc.nuts.NutsUpdateEventpublic boolean isForce()
isForce in interface net.thevpc.nuts.NutsUpdateEventCopyright © 2022 vpc open source initiative. All rights reserved.