Begin restructuring using Griffon

This commit is contained in:
Jonathan Bernard
2009-12-17 23:12:09 -06:00
parent 8232705a60
commit e08d6d6c5d
117 changed files with 778 additions and 5191 deletions

View File

@ -0,0 +1,16 @@
package com.jdbernard.timestamper
class TimeStamperMainController {
// these will be injected by Griffon
def model
def view
void mvcGroupInit(Map args) {
// this method is called after model and view are injected
}
/*
def action = { evt = null ->
}
*/
}