-
public final class ApplicationCacheEvent.NetworkStateUpdatedEvent extends ApplicationCacheEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisNowOnline
-
Constructor Summary
Constructors Constructor Description NetworkStateUpdatedEvent(Boolean isNowOnline)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final ApplicationCacheEvent.NetworkStateUpdatedEventcopy(Boolean isNowOnline)final BooleangetIsNowOnline()-
-
Constructor Detail
-
NetworkStateUpdatedEvent
NetworkStateUpdatedEvent(Boolean isNowOnline)
-
-
Method Detail
-
component1
final Boolean component1()
-
copy
final ApplicationCacheEvent.NetworkStateUpdatedEvent copy(Boolean isNowOnline)
-
getIsNowOnline
final Boolean getIsNowOnline()
-
-
-
-