| java Programming Glossary: inmateIs it possible to write your own objects that give out ActionEvents? http://stackoverflow.com/questions/14243657/is-it-possible-to-write-your-own-objects-that-give-out-actionevents  final long serialVersionUID 1L protected InmateDataBean inmate public InmatePhotoEventObject Object source super source public.. source super source public InmateDataBean getInmate return inmate public void setInmate InmateDataBean inmate this.inmate inmate.. return inmate public void setInmate InmateDataBean inmate this.inmate inmate  There's nothing special about this class.. 
 |