com.cc.framework.ui.model
Interface CheckableAppointment

All Known Implementing Classes:
CheckableAppointmentImp

public interface CheckableAppointment

Interface for checkable appointments

Version:
$Revision$
Author:
Harald Schulz

Method Summary
 int getCheckState(long timeInMillis)
          Returns the check state of an object.
 void setCheckState(long timeInMillis, int newState)
          Sets the check state of the object
 

Method Detail

getCheckState

public int getCheckState(long timeInMillis)
Returns the check state of an object.

Parameters:
timeInMillis - The Timestamp (for recurring appointments)
Returns:
int
See Also:
CheckState

setCheckState

public void setCheckState(long timeInMillis,
                          int newState)
Sets the check state of the object

Parameters:
timeInMillis - The Timestamp (for recurring appointments)
newState - New state


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.