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 SummaryConstructorsConstructorDescriptionApplicationCssModifiedEvent(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- 
getApplicationGuidDescription copied from interface:IApplicationAdminEventThe the GUID of the application this event belongs to.- Specified by:
- getApplicationGuidin interface- IApplicationAdminEvent
- Returns:
- The application GUID.
 
- 
getKeysDescription copied from interface:IBrowserCacheInvalidateKeysEventGet the keys to be invalidated.- Specified by:
- getKeysin interface- IBrowserCacheInvalidateKeysEvent
- Returns:
- The keys.
 
- 
getTimestamppublic long getTimestamp()- Specified by:
- getTimestampin interface- de.uplanet.lucy.server.events.ITimestampedEvent
 
 
-