11 lines
		
	
	
		
			202 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			202 B
		
	
	
	
		
			Plaintext
		
	
	
	
|  | package com.novelbook.android.netutils; | ||
|  | 
 | ||
|  | /** | ||
|  |  * Created by 眼神 on 2018/3/27. | ||
|  |  */ | ||
|  | public interface OnSuccessAndFaultListener { | ||
|  |     void onSuccess(String result); | ||
|  | 
 | ||
|  |     void onFault(String errorMsg); | ||
|  | } |