case class OnMediaEventAttribute(name: String) extends OnEventAttribute[MediaSyntheticEvent] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OnMediaEventAttribute
- Serializable
- Serializable
- Product
- Equals
- OnEventAttribute
- AttributeSpec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OnMediaEventAttribute(name: String)
Value Members
-
def
:=(callback: Function1[MediaSyntheticEvent, _]): Attribute[Function1[MediaSyntheticEvent, _]]
- Definition Classes
- OnEventAttribute
-
def
:=(callback: Function0[_]): Attribute[Function0[_]]
- Definition Classes
- OnEventAttribute
-
val
name: String
- Definition Classes
- OnMediaEventAttribute → OnEventAttribute → AttributeSpec