trait Command {
	def execute():Unit
}
class ValidateCommand extends Command {
	def execute{
	  println("validate command executed ...")
	}
 
}
 
patterns/gofcommand.txt · Last modified: 2010/02/11 09:10
 
Recent changes RSS feed Valid XHTML 1.0 Driven by DokuWiki