
// // Copyright (c) 2008, Brian Frank and Andy Frank // Licensed under the Academic Free License version 3.0 // // History: // 16 Jun 08 Brian Frank Creation // ** ** Event models a user input event for callbacks. ** class Event { ** ** Widget which generated the event ** Widget widget ** ** Index for list based events. For table events ** this is the row index. ** Int index ** ** Event specific user data. ** Obj data }