kbcv.model.msg

Message

class Message extends Reply

This class defines a message which is used to communicate between the Model and various Views.

Linear Supertypes
Reply, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Message
  2. Reply
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Message (code: Short, request: Request)

  2. new Message (request: Request)

  3. new Message (request: Request, state: Stacks)

  4. new Message (msg: String, request: Request, state: Stacks)

  5. new Message (msg: String, request: Request)

  6. new Message (msg: String, src: View)

  7. new Message (msg: String, code: Short, src: View)

  8. new Message (msg: String)

  9. new Message (msg: String, code: Short)

  10. new Message (msg: String, src: View, state: Stacks)

  11. new Message (msg: String, code: Short, src: View, state: Stacks)

  12. new Message (msg: String, state: Stacks)

  13. new Message (msg: String, code: Short, state: Stacks)

  14. new Message (msg: String, code: Short, request: Request)

  15. new Message (msg: String, code: Short, request: Request, state: Stacks)

    Create a new message consisting of a message string, a code, the request, and a state.

    Create a new message consisting of a message string, a code, the request, and a state.

    msg

    a message string

    code

    a message code

    request

    the request which triggered the reply

    state

    the new state of kbcv

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def cmd : String

    Output the command plus arguments of the request as string.

  9. val code : Short

    a message code

  10. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  15. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  16. val msg : String

    a message string

  17. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  19. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  20. val request : Request

    the request which triggered the reply

  21. val state : Stacks

    the new state of kbcv

  22. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  23. def toString (): String

    Definition Classes
    Message → AnyRef → Any
  24. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Reply

Inherited from AnyRef

Inherited from Any