Class ApplicationCssModifiedEvent
java.lang.Object
de.uplanet.lucy.server.businesslogic.adminapp.ApplicationCssModifiedEvent
- All Implemented Interfaces:
IApplicationAdminEvent
,IApplicationCssModifiedEvent
,IServerEvent
,de.uplanet.lucy.server.events.ITimestampedEvent
,IBrowserCacheInvalidateKeysEvent
,IWebResourceEvent
,Serializable
@Scriptable
public final class ApplicationCssModifiedEvent
extends Object
implements IApplicationCssModifiedEvent, IBrowserCacheInvalidateKeysEvent, Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionApplicationCssModifiedEvent
(String p_strApplicationGuid) ApplicationCssModifiedEvent
(String p_strApplicationGuid, long p_lTimeStamp) -
Method Summary
-
Constructor Details
-
ApplicationCssModifiedEvent
@ConstructorProperties("applicationGuid") public ApplicationCssModifiedEvent(String p_strApplicationGuid) -
ApplicationCssModifiedEvent
@ConstructorProperties({"applicationGuid","timestamp"}) public ApplicationCssModifiedEvent(String p_strApplicationGuid, long p_lTimeStamp)
-
-
Method Details
-
getApplicationGuid
Description copied from interface:IApplicationAdminEvent
The the GUID of the application this event belongs to.- Specified by:
getApplicationGuid
in interfaceIApplicationAdminEvent
- Returns:
- The application GUID.
-
getKeys
Description copied from interface:IBrowserCacheInvalidateKeysEvent
Get the keys to be invalidated.- Specified by:
getKeys
in interfaceIBrowserCacheInvalidateKeysEvent
- Returns:
- The keys.
-
getTimestamp
public long getTimestamp()- Specified by:
getTimestamp
in interfacede.uplanet.lucy.server.events.ITimestampedEvent
-