Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.34 KB | None | 0 0
  1. case class CommandExecutionContext[A <: CatToolAction](command: A#CatToolCommand with Command,
  2.                                                        catToolInstanceId: CATToolId,
  3.                                                        externalSystemGateway: CATGateway,
  4.                                                        privateLogger: Logger)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement