org.cruxframework.crux.core.clientoffline
Class ApplicationCacheEvent
java.lang.Object
org.cruxframework.crux.core.client.event.BaseEvent<Network>
org.cruxframework.crux.core.clientoffline.ApplicationCacheEvent
public class ApplicationCacheEvent
- extends BaseEvent<Network>
- Author:
- Thiago da Rosa de Bustamante
| Fields inherited from class org.cruxframework.crux.core.client.event.BaseEvent |
source |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationCacheEvent
protected ApplicationCacheEvent(Network network,
ApplicationCacheHandler.CacheEvent event)
- Construct a new
ApplicationCacheEvent.
- Parameters:
event - current application cache event type
getEventType
public ApplicationCacheHandler.CacheEvent getEventType()
- Returns true application cache event type,
false if it has been online.
Copyright © 2014. All rights reserved.