com.opnworks.timesheet.processor
Class TimesheetProcessor

java.lang.Object
  extended bycom.opnworks.timesheet.processor.TimesheetProcessor
All Implemented Interfaces:
ITimesheetStateListener

public class TimesheetProcessor
extends java.lang.Object
implements ITimesheetStateListener

TODO: Provide description for "TimesheetProcessor".


Constructor Summary
TimesheetProcessor()
          "TimesheetProcessor" constructor.
 
Method Summary
 void stateChanged(Timesheet timesheet, java.lang.String previousState)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimesheetProcessor

public TimesheetProcessor()
"TimesheetProcessor" constructor.

Method Detail

stateChanged

public void stateChanged(Timesheet timesheet,
                         java.lang.String previousState)
Specified by:
stateChanged in interface ITimesheetStateListener
Parameters:
timesheet -
previousState - Description of Parameter