NetworkEvent

indigo.shared.events.NetworkEvent
See theNetworkEvent companion trait
object NetworkEvent

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Offline extends NetworkEvent

The network has gone offline and is now unavailable

The network has gone offline and is now unavailable

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NetworkEvent
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
Self type
Offline.type
case object Online extends NetworkEvent

The network has come online and is now available

The network has come online and is now available

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NetworkEvent
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
Self type
Online.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror