Example #1
0
        private void NotifyObservers(String info)
        {
            PageDataExchange context = PageDataExchange.getInstance();

            context.NotifyAllObeservers(TAG, info);
        }