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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationCssModifiedEvent(String p_strApplicationGuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationGuid()
String[]
getKeys()
Get the keys to be invalidated.long
getTimestamp()
-
-
-
Constructor Detail
-
ApplicationCssModifiedEvent
@ConstructorProperties("applicationGuid") public ApplicationCssModifiedEvent(String p_strApplicationGuid)
-
-
Method Detail
-
getApplicationGuid
public String getApplicationGuid()
- Specified by:
getApplicationGuid
in interfaceIApplicationAdminEvent
-
getKeys
public String[] 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
-
-