com.opnworks.timesheet.domain.listeners
Interface IViewer

All Known Subinterfaces:
IActivityTypesViewer, IInvoicesViewer, IOrganizationsViewer, IProjectsViewer, ITimesheetViewer, IWeeksViewer

public interface IViewer

Supertype for Viewer Interfaces

Author:
laurent

Method Summary
 void add(java.lang.Object object)
          Update the view to reflect the fact that a ActivityType was added to the list of projects
 void remove(java.lang.Object object)
          Update the view to reflect the fact that one of the ActivityType was modified
 void update(java.lang.Object object)
          Update the view to reflect the fact that a ActivityType was removed from the list of projects
 

Method Detail

add

public void add(java.lang.Object object)
Update the view to reflect the fact that a ActivityType was added to the list of projects

Parameters:
object - Description of Parameter

update

public void update(java.lang.Object object)
Update the view to reflect the fact that a ActivityType was removed from the list of projects

Parameters:
object - Description of Parameter

remove

public void remove(java.lang.Object object)
Update the view to reflect the fact that one of the ActivityType was modified

Parameters:
object - Description of Parameter