Interface IInvalidatable

  • All Known Implementing Classes:
    Date, UIFactory

    public interface IInvalidatable
    This interface indicates that when an underlying implementation aspect has been invalidated. The implementing class then has to act upon it, e.g. be clearing cached objects.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Aug 15, 2015
    • Method Detail

      • invalidate

        void invalidate()
        This method is called when the object is being invalidated. The implementation depends upon the class to take care of invalidating/updating the internal state.