taskswitcher/contextengine/tsfswserver/engine/inc/tsfswobservers.h
branchRCL_3
changeset 18 d05a55b217df
parent 4 4d54b72983ae
equal deleted inserted replaced
17:b8fae6b8a148 18:d05a55b217df
    54 public:
    54 public:
    55     /**
    55     /**
    56      * Called when there is a change in the task list.
    56      * Called when there is a change in the task list.
    57      */
    57      */
    58     virtual void FswDataChanged() = 0;
    58     virtual void FswDataChanged() = 0;
    59 
       
    60     /**
       
    61      * Called to find out how many clients are subscribed
       
    62      * for fsw content change notifications.
       
    63      */
       
    64     virtual TInt FswDataListenerCount() = 0;
       
    65     };
    59     };
    66 
    60 
    67 /**
    61 /**
    68  * This class is interface for CTsFsHiddenAppList
    62  * This class is interface for CTsFsHiddenAppList
    69  * to notify about list change
    63  * to notify about list change