Interface DesktopAware

  • All Known Implementing Classes:
    EditorState, RowState

    public interface DesktopAware
    Interface highlights that object can contains some desktop sensitive data. Desktop
    • Method Detail

      • afterDesktopChanged

        void afterDesktopChanged()
        Method that is fired when desktop is changed i.e. this method is called only when the desktop is changed on the client side.

        Note: This method isn't invoked by framework i.e. it has to be called within custom code.