Klasse ApplicationCssModifiedEvent
java.lang.Object
de.uplanet.lucy.server.businesslogic.adminapp.ApplicationCssModifiedEvent
- Alle implementierten Schnittstellen:
IApplicationAdminEvent,IApplicationCssModifiedEvent,IServerEvent,de.uplanet.lucy.server.events.ITimestampedEvent,IBrowserCacheInvalidateKeysEvent,IWebResourceEvent,Serializable
@Scriptable
public final class ApplicationCssModifiedEvent
extends Object
implements IApplicationCssModifiedEvent, IBrowserCacheInvalidateKeysEvent, Serializable
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungApplicationCssModifiedEvent(String p_strApplicationGuid) ApplicationCssModifiedEvent(String p_strApplicationGuid, long p_lTimeStamp) -
Methodenübersicht
-
Konstruktordetails
-
ApplicationCssModifiedEvent
@ConstructorProperties("applicationGuid") public ApplicationCssModifiedEvent(String p_strApplicationGuid) -
ApplicationCssModifiedEvent
@ConstructorProperties({"applicationGuid","timestamp"}) public ApplicationCssModifiedEvent(String p_strApplicationGuid, long p_lTimeStamp)
-
-
Methodendetails
-
getApplicationGuid
Beschreibung aus Schnittstelle kopiert:IApplicationAdminEventThe the GUID of the application this event belongs to.- Angegeben von:
getApplicationGuidin SchnittstelleIApplicationAdminEvent- Gibt zurück:
- The application GUID.
-
getKeys
Beschreibung aus Schnittstelle kopiert:IBrowserCacheInvalidateKeysEventGet the keys to be invalidated.- Angegeben von:
getKeysin SchnittstelleIBrowserCacheInvalidateKeysEvent- Gibt zurück:
- The keys.
-
getTimestamp
public long getTimestamp()- Angegeben von:
getTimestampin Schnittstellede.uplanet.lucy.server.events.ITimestampedEvent
-