Holger's
Java API

com.antelmann.timeregister
Interface PunchListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
WorkUnitGenerator

public interface PunchListener
extends EventListener

allows to listen to time punches

Author:
Holger Antelmann
See Also:
PunchDB.addPunchListener(PunchListener), PunchDB.punch(PunchData)

Method Summary
 void punchPerformed(PunchDB db, PunchData pd)
          called only after the given PunchData object has been successfully committed to the database
 

Method Detail

punchPerformed

void punchPerformed(PunchDB db,
                    PunchData pd)
called only after the given PunchData object has been successfully committed to the database

See Also:
PunchDB.addPunchListener(PunchListener), PunchDB.punch(PunchData)


(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads