Package org.bedework.calfacade.base
Interface ChangeFlag
- All Known Implementing Classes:
BwEventProxy
public interface ChangeFlag
An interface to allow flagging of changes.
- Author:
- Mike Douglass douglm - bedework.edu
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the change flagvoidsetChangeFlag(boolean val) Set the change flag
-
Method Details
-
setChangeFlag
void setChangeFlag(boolean val) Set the change flag- Parameters:
val-
-
getChangeFlag
boolean getChangeFlag()Get the change flag- Returns:
- boolean
-