org.cruxframework.crux.core.clientoffline
Class ApplicationCacheEvent

java.lang.Object
  extended by org.cruxframework.crux.core.client.event.BaseEvent<Network>
      extended by org.cruxframework.crux.core.clientoffline.ApplicationCacheEvent

public class ApplicationCacheEvent
extends BaseEvent<Network>

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
static interface ApplicationCacheEvent.Handler
          Implemented by objects that handle ApplicationCacheEvent.
 
Field Summary
 
Fields inherited from class org.cruxframework.crux.core.client.event.BaseEvent
source
 
Constructor Summary
protected ApplicationCacheEvent(Network network, ApplicationCacheHandler.CacheEvent event)
          Construct a new ApplicationCacheEvent.
 
Method Summary
 ApplicationCacheHandler.CacheEvent getEventType()
          Returns true application cache event type, false if it has been online.
 
Methods inherited from class org.cruxframework.crux.core.client.event.BaseEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationCacheEvent

protected ApplicationCacheEvent(Network network,
                                ApplicationCacheHandler.CacheEvent event)
Construct a new ApplicationCacheEvent.

Parameters:
event - current application cache event type
Method Detail

getEventType

public ApplicationCacheHandler.CacheEvent getEventType()
Returns true application cache event type, false if it has been online.



Copyright © 2014. All rights reserved.