com.opnworks.timesheet.client
Class TimesheetProcessor

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

public class TimesheetProcessor
extends java.lang.Object
implements ITimesheetStateListener

An implementation of the ITimesheetStateListener interface. This is a sample implementation

Author:
Mirasol OpnWorks
See Also:
ITimesheetStateListener

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

Constructor Detail

TimesheetProcessor

public TimesheetProcessor()
Implement the "TimesheetProcessor" constructor.

Method Detail

stateChanged

public void stateChanged(Timesheet timesheet,
                         java.lang.String previousState)
Implementation of the "stateChanged" method.

Specified by:
stateChanged in interface ITimesheetStateListener
Parameters:
timesheet - Description of Parameter
previousState - Description of Parameter
See Also:
ITimesheetStateListener.stateChanged(com.opnworks.timesheet.domain.Timesheet, java.lang.String)