Packages

class Room extends Conversation with EventEmitter with LazyLogging

Linear Supertypes
LazyLogging, EventEmitter, Conversation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Room
  2. LazyLogging
  3. EventEmitter
  4. Conversation
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Listener[T] = (T) ⇒ Unit
    Definition Classes
    EventEmitter

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(contact: Contact): Unit
  5. def addListener[T](event: Type, listener: Listener[T], once: Boolean): Unit
    Definition Classes
    EventEmitter
  6. def alias(contact: Contact): Option[String]
  7. def announce(textOpt: Option[String]): String
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def avatar(): ResourceBox
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def del(contact: Contact): Unit
  12. def emit[T](event: Type, data: T): Unit
    Definition Classes
    EventEmitter
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def has(contact: Contact): Boolean
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val id: String
    Definition Classes
    Conversation
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  22. def memberList(): Array[Contact]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def onJoin(joinListener: (RoomJoinEvent) ⇒ Unit): Unit
  27. def onLeave(leaveListener: (RoomLeaveEvent) ⇒ Unit): Unit
  28. def onMessage(messageListener: (Message) ⇒ Unit): Unit
  29. def onTopic(topicListener: (RoomTopicEvent) ⇒ Unit): Unit
  30. def owner(): Option[Contact]
  31. def payload: RoomPayload
  32. def qrCode(): String
  33. def quit(): Unit
  34. def say(something: String, mentionList: Array[Contact]): Message
  35. def say(something: MiniProgram): Message
    Definition Classes
    Conversation
  36. def say(something: UrlLink): Message
    Definition Classes
    Conversation
  37. def say(something: Contact): Message
    Definition Classes
    Conversation
  38. def say(something: String): Message
    Definition Classes
    Conversation
  39. def sync(): Unit
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def topic(newTopicOpt: Option[String] = None): String
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from LazyLogging

Inherited from EventEmitter

Inherited from Conversation

Inherited from AnyRef

Inherited from Any

Ungrouped