public class TagUpdateEvent
extends java.lang.Object
Constructor and Description |
---|
TagUpdateEvent(java.lang.String previousTag,
RegistryEntry registryEntry)
Instantiates a new tag update event.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPreviousTag()
Gets the previous tag.
|
RegistryEntry |
getRegistryEntry()
Gets the registry entry.
|
void |
setPreviousTag(java.lang.String previousTag)
Sets the previous tag.
|
void |
setRegistryEntry(RegistryEntry registryEntry)
Sets the registry entry.
|
public TagUpdateEvent(java.lang.String previousTag, RegistryEntry registryEntry)
previousTag
- the previous tagregistryEntry
- the registry entrypublic java.lang.String getPreviousTag()
public void setPreviousTag(java.lang.String previousTag)
previousTag
- the new previous tagpublic RegistryEntry getRegistryEntry()
public void setRegistryEntry(RegistryEntry registryEntry)
registryEntry
- the new registry entry