Skip to content

Instantly share code, notes, and snippets.

@fmpwizard
Created September 11, 2011 05:09
Show Gist options
  • Save fmpwizard/1209199 to your computer and use it in GitHub Desktop.
Save fmpwizard/1209199 to your computer and use it in GitHub Desktop.
CometListerner.listenerFor(Full(item)) match {
case a: LiftActor => info(bid); a ! Message(item, (bid.toDouble + 1.00))
case _ => info("No actor to send an update")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment