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 Type
    Method
    Description
    boolean
    Get the change flag
    void
    setChangeFlag(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