2010-02-22 11:50:42 -06:00

16 lines
286 B
Groovy

package com.jdbernard.pit.swing
class PITController {
// 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 ->
}
*/
}