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 |
|---|---|
boolean |
isForce() |
NDefinition |
newValue() |
NDefinition |
oldValue() |
NSession |
session() |
NWorkspace |
workspace() |
public DefaultNUpdateEvent(NDefinition oldDefinition, NDefinition definition, NSession session, boolean force)
public NSession session()
session in interface NSessionProviderpublic NWorkspace workspace()
workspace in interface NUpdateEventpublic NDefinition newValue()
newValue in interface NUpdateEventpublic NDefinition oldValue()
oldValue in interface NUpdateEventpublic boolean isForce()
isForce in interface NUpdateEventCopyright © 2026 vpc open source initiative. All rights reserved.