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