|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
inetsoft.uql.asset.AssetChangeEvent
public class AssetChangeEvent
Describe class AssetChangeEvent here.
| Field Summary | |
|---|---|
static int |
ASSET_DELETED
Change type that indicates that an entry was deleted. |
static int |
ASSET_MODIFIED
Change type that indicates that an entry was changed. |
static int |
ASSET_RENAMED
Change type that indicates that an entry was renamed. |
static int |
ASSET_TO_BE_DELETED
Change type that indicates that an entry was to be deleted. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AssetChangeEvent(Object source,
int entryType,
int changeType,
AssetEntry assetEntry,
String oldName)
Creates a new AssetChangeEvent instance. |
|
| Method Summary | |
|---|---|
AssetEntry |
getAssetEntry()
Gets the asset entry that was changed. |
int |
getChangeType()
Gets the type of change that was made. |
int |
getEntryType()
Gets the type of entry to which the change was made. |
String |
getOldName()
Gets the old name of the entry. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ASSET_MODIFIED
public static final int ASSET_RENAMED
public static final int ASSET_DELETED
public static final int ASSET_TO_BE_DELETED
| Constructor Detail |
|---|
public AssetChangeEvent(Object source,
int entryType,
int changeType,
AssetEntry assetEntry,
String oldName)
AssetChangeEvent instance.
source - the object on which the event originally occurred.entryType - the type of entry to which the change was made.changeType - the type of change that was made to the entry.assetEntry - the modified asset entry.oldName - the old name of the entry, or null if the
entry was not renamed.| Method Detail |
|---|
public int getEntryType()
AbstractSheet.public int getChangeType()
public AssetEntry getAssetEntry()
public String getOldName()
null if the entry was not
renamed.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||