Project

General

Profile

« Previous | Next » 

Revision e9245b7b

Added by Leszek Koltunski 6 months ago

Initial support for the new Pattern Dialog.

View differences:

src/main/java/org/distorted/solverui/SolverObjectLibInterface.java
18 18
import org.distorted.objectlib.main.ObjectControl;
19 19
import org.distorted.objects.RubikObject;
20 20
import org.distorted.objects.RubikObjectList;
21
import org.distorted.overlays.ListenerOverlay;
22 21
import org.distorted.solvers.SolverMain;
23 22

  
24 23
import java.lang.ref.WeakReference;
25 24

  
26 25
///////////////////////////////////////////////////////////////////////////////////////////////////
27 26

  
28
public class SolverObjectLibInterface implements ObjectLibInterface, ListenerOverlay
27
public class SolverObjectLibInterface implements ObjectLibInterface
29 28
{
30 29
  private final WeakReference<SolverActivity> mAct;
31 30
  private int mLastCubitColor, mLastCubit, mLastCubitFace;
......
47 46
  public void onSolved() { }
48 47
  public void onObjectCreated(long time) { }
49 48
  public void onWinEffectFinished(long startTime, long endTime, String debug, int scrambleNum) { }
50
  public void overlayFinished(long id) { }
51 49

  
52 50
///////////////////////////////////////////////////////////////////////////////////////////////////
53 51

  

Also available in: Unified diff