Beginning work on pit-swing
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
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 ->
|
||||
}
|
||||
*/
|
||||
}
|
Reference in New Issue
Block a user