public class DefaultNutsWorkspaceEvent extends Object implements NutsWorkspaceEvent
| Constructor and Description |
|---|
DefaultNutsWorkspaceEvent(NutsSession session,
NutsRepository repository,
String propertyName,
Object propertyOldValue,
Object propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName() |
Object |
getPropertyOldValue() |
Object |
getPropertyValue() |
NutsRepository |
getRepository() |
NutsSession |
getSession() |
NutsWorkspace |
getWorkspace() |
public DefaultNutsWorkspaceEvent(NutsSession session, NutsRepository repository, String propertyName, Object propertyOldValue, Object propertyValue)
public NutsSession getSession()
getSession in interface NutsWorkspaceEventpublic String getPropertyName()
getPropertyName in interface NutsWorkspaceEventpublic Object getPropertyOldValue()
getPropertyOldValue in interface NutsWorkspaceEventpublic Object getPropertyValue()
getPropertyValue in interface NutsWorkspaceEventpublic NutsWorkspace getWorkspace()
getWorkspace in interface NutsWorkspaceEventpublic NutsRepository getRepository()
getRepository in interface NutsWorkspaceEventCopyright © 2021 vpc open source initiative. All rights reserved.