Class IxShareApplicationUpdateEvent
- java.lang.Object
-
- de.uplanet.lucy.server.businesslogic.share.adminapp.IxShareApplicationUpdateEvent
-
- All Implemented Interfaces:
IIxShareApplicationUpdateEvent
,IServerEvent
,de.uplanet.lucy.server.events.ITimestampedEvent
,IBrowserCacheInvalidateKeysEvent
,IWebResourceEvent
,Serializable
@Scriptable public final class IxShareApplicationUpdateEvent extends Object implements IIxShareApplicationUpdateEvent, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IxShareApplicationUpdateEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getKeys()
Get the keys to be invalidated.long
getTimestamp()
-
-
-
Method Detail
-
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
-
-