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.longgetTimestamp()
-
-
-
Method Detail
-
getKeys
public String[] getKeys()
Description copied from interface:IBrowserCacheInvalidateKeysEventGet the keys to be invalidated.- Specified by:
getKeysin interfaceIBrowserCacheInvalidateKeysEvent- Returns:
- The keys.
-
getTimestamp
public long getTimestamp()
- Specified by:
getTimestampin interfacede.uplanet.lucy.server.events.ITimestampedEvent
-
-