package android.app; import android.os.Bundle; /** * Created by senneco on 11.10.2016 */ public class Fragment { public void onCreate(Bundle savedInstanceState) { throw new RuntimeException("Stub!"); } public void onStart() { throw new RuntimeException("Stub!"); } public void onResume() { throw new RuntimeException("Stub!"); } public void onSaveInstanceState(Bundle outState) { throw new RuntimeException("Stub!"); } public void onStop() { throw new RuntimeException("Stub!"); } public void onDestroyView() { throw new RuntimeException("Stub!"); } public void onDestroy() { throw new RuntimeException("Stub!"); } final public boolean isRemoving() { throw new RuntimeException("Stub!"); } public final Activity getActivity() { throw new RuntimeException("Stub!"); } public Fragment getParentFragment() { throw new RuntimeException("Stub!"); } }