public class DefaultNRepositoryEvent extends Object implements NRepositoryEvent
| Constructor and Description |
|---|
DefaultNRepositoryEvent(NSession session,
NRepository parent,
NRepository repository,
String propertyName,
Object propertyOldValue,
Object propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
NRepository |
parent() |
String |
propertyName() |
Object |
propertyOldValue() |
Object |
propertyValue() |
NRepository |
repository() |
NSession |
session() |
NWorkspace |
workspace() |
public DefaultNRepositoryEvent(NSession session, NRepository parent, NRepository repository, String propertyName, Object propertyOldValue, Object propertyValue)
public NSession session()
session in interface NSessionProviderpublic NWorkspace workspace()
workspace in interface NRepositoryEventpublic NRepository parent()
parent in interface NRepositoryEventpublic NRepository repository()
repository in interface NRepositoryEventpublic String propertyName()
propertyName in interface NRepositoryEventpublic Object propertyOldValue()
propertyOldValue in interface NRepositoryEventpublic Object propertyValue()
propertyValue in interface NRepositoryEventCopyright © 2026 vpc open source initiative. All rights reserved.