AlertUI.java :  » UnTagged » microemu » org » microemu » device » ui » Android Open Source

Android Open Source » UnTagged » microemu 
microemu » org » microemu » device » ui » AlertUI.java
package org.microemu.device.ui;

public interface AlertUI extends DisplayableUI {

  void setString(String str);
  
}
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.