public enum ETaurusNotification extends java.lang.Enum<ETaurusNotification>
TaurusNotifications.| Enum Constant and Description |
|---|
APPLICATION_ADDED
Notification even when a single application has been added to an AWM
system.
|
APPLICATION_CHANGED
Notification when an AWM application has changed and needs to be
refreshed in viewers.
|
APPLICATION_LOADED
Notification when an AWM application has been loaded.
|
APPLICATION_REMOVED
Notification even when a single application has been removed from an AWM
system.
|
APPLICATION_UNLOADED
Notification when an AWM application was unloaded.
|
APPLICATION_UPDATE
Notification when an AWM application is updated.
|
COLUMN_SETTING_CHANGE
Notification when column setting may have been changed
|
CONFIG_RELOADED
Notification when an AWM model has been loaded.
|
ELEMENT_ELEMENTLIST_CLEAR
Deprecated.
not used anymore. Use ELEMENTLIST_REMOVED instead.
|
ELEMENT_INSERTED
Notification when an element or element list entry has been created.
|
ELEMENT_REMOVED
Notification when an element was deleted.
|
ELEMENT_UPDATED
Notification when an element has been updated.
|
ELEMENTLIST_ADDED
Notification when a new element list has been added to the directory.
|
ELEMENTLIST_REFRESHED
Notification when an element list has been updated.
|
ELEMENTLIST_REMOVED
Notification when an element list has been removed from the directory or
a table view.
|
ELEMENTLIST_SET_VISIBLE
Notification when an element list was set visible to the user.
|
ELEMENTLISTS_REMOVED
Notification when all element lists have been removed from the directory.
|
ERROR_FEEDBACK_ENTRIES_REMOVED
Notification event when error feedback entries have been removed.
|
ETV_CLEAR_TABLE
Deprecated.
Use ELEMENTLIST_REMOVED instead.
|
ETV_ELEMENTLIST_SHOWN
Notification event which will be triggered as soon as an element list is
displayed in the element table view.
|
ETV_REFRESH_TABLE
Deprecated.
Use ELEMENTLIST_REFRESHED instead.
|
ETV_SHOW_ELEMENTLIST
Deprecated.
Use ELEMENTLIST_SET_VISIBLE instead.
|
FILTER_ADDED
Notification when a filter has been created.
|
FILTER_DELETED
Notification when all filters have been deleted.
|
FILTER_LOADED
Notification when all filters have been loaded from cache.
|
FILTER_MOVED
Notification when the order of filters was altered.
|
FILTER_UPDATED
Notification when a filter has been updated.
|
SYSTEM_CREATED
Notification when a new AWM system was created.
|
SYSTEM_REMOVED
Notification when an AWM system was removed.
|
SYSTEMS_LOADED
Notification when all AWM systems have been loaded from cache.
|
TAURUS_SYSTEM_UPDATE
Notification when a system has been updated.
|
| Modifier and Type | Method and Description |
|---|---|
static ETaurusNotification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ETaurusNotification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETaurusNotification ETV_CLEAR_TABLE
public static final ETaurusNotification ETV_REFRESH_TABLE
public static final ETaurusNotification ETV_SHOW_ELEMENTLIST
public static final ETaurusNotification ELEMENT_INSERTED
public static final ETaurusNotification ELEMENT_REMOVED
public static final ETaurusNotification ELEMENT_UPDATED
public static final ETaurusNotification CONFIG_RELOADED
public static final ETaurusNotification TAURUS_SYSTEM_UPDATE
public static final ETaurusNotification FILTER_UPDATED
public static final ETaurusNotification FILTER_DELETED
public static final ETaurusNotification FILTER_ADDED
public static final ETaurusNotification FILTER_MOVED
public static final ETaurusNotification ELEMENTLIST_ADDED
public static final ETaurusNotification ELEMENTLIST_REFRESHED
public static final ETaurusNotification ELEMENTLIST_SET_VISIBLE
public static final ETaurusNotification ELEMENTLIST_REMOVED
public static final ETaurusNotification ELEMENTLISTS_REMOVED
public static final ETaurusNotification ELEMENT_ELEMENTLIST_CLEAR
public static final ETaurusNotification SYSTEM_CREATED
public static final ETaurusNotification SYSTEM_REMOVED
public static final ETaurusNotification SYSTEMS_LOADED
public static final ETaurusNotification APPLICATION_ADDED
public static final ETaurusNotification APPLICATION_UPDATE
public static final ETaurusNotification APPLICATION_CHANGED
public static final ETaurusNotification APPLICATION_LOADED
public static final ETaurusNotification APPLICATION_UNLOADED
public static final ETaurusNotification APPLICATION_REMOVED
public static final ETaurusNotification ETV_ELEMENTLIST_SHOWN
public static final ETaurusNotification FILTER_LOADED
public static final ETaurusNotification COLUMN_SETTING_CHANGE
public static final ETaurusNotification ERROR_FEEDBACK_ENTRIES_REMOVED
public static ETaurusNotification[] values()
for (ETaurusNotification c : ETaurusNotification.values()) System.out.println(c);
public static ETaurusNotification valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2015 Micro Focus GmbH. All rights reserved.