Advertisement
Guest User

Untitled

a guest
Mar 21st, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.14 KB | None | 0 0
  1. trait WindowContents {
  2.   self =>
  3.   def outgoing:Map[WindowId, Seq[WindowMessage]]
  4.   def update(s:Seq[WindowMessage]):self.type
  5.   def draw():Unit
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement