object Transport
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Transport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class AuralStarted[S <: Sys[S]](transport: Transport[S], context: AuralContext[S]) extends Update[S] with Product with Serializable
- sealed trait ModelUpdate[S <: Sys[S]] extends Update[S]
- final case class ObjectAdded[S <: Sys[S]](transport: Transport[S], obj: Obj[S]) extends ModelUpdate[S] with Product with Serializable
- final case class ObjectRemoved[S <: Sys[S]](transport: Transport[S], obj: Obj[S]) extends ModelUpdate[S] with Product with Serializable
- final case class Play[S <: Sys[S]](transport: Transport[S], position: Long) extends StateUpdate[S] with Product with Serializable
- final case class Seek[S <: Sys[S]](transport: Transport[S], position: Long, isPlaying: Boolean) extends StateUpdate[S] with Product with Serializable
- sealed trait StateUpdate[S <: Sys[S]] extends Update[S]
- final case class Stop[S <: Sys[S]](transport: Transport[S], position: Long) extends StateUpdate[S] with Product with Serializable
- sealed trait Update[S <: Sys[S]] extends AnyRef
- final case class ViewAdded[S <: Sys[S]](transport: Transport[S], view: AuralObj[S]) extends ViewUpdate[S] with Product with Serializable
- final case class ViewRemoved[S <: Sys[S]](transport: Transport[S], view: AuralObj[S]) extends ViewUpdate[S] with Product with Serializable
- sealed trait ViewUpdate[S <: Sys[S]] extends Update[S]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[S <: Sys[S]](context: AuralContext[S])(implicit tx: Transport.apply.S.Tx): Transport[S]
Creates a
Transportfor a running existing aural context. -
def
apply[S <: Sys[S]](universe: Universe[S])(implicit tx: Transport.apply.S.Tx): Transport[S]
Creates a
Transportindependent of a running aural system.Creates a
Transportindependent of a running aural system. If will create and destroy an aural context with the state of the provided system. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )