ContextStateChangeListener.java :  » UnTagged » cs-todo-list » org » contextsensitivetodo » context » Android Open Source

Android Open Source » UnTagged » cs todo list 
cs todo list » org » contextsensitivetodo » context » ContextStateChangeListener.java
package org.contextsensitivetodo.context;

public interface ContextStateChangeListener {

  public void handleContextStateChanged(ContextStateChangedEvent e);
  
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.