Project

General

Profile

« Previous | Next » 

Revision 4c6cbfa2

Added by Leszek Koltunski 6 months ago

clean up TwistyObject's API

View differences:

src/main/java/org/distorted/purchase/PurchaseObjectLibInterface.java
25 25
  public void onObjectCreated(long time) { }
26 26
  public void onReplaceModeDown(int cubit, int face) { }
27 27
  public void onReplaceModeUp() { }
28
  public void onFinishRotation(int axis, int row, int angle) { }
28
  public void onRemoveRotation(int axis, int row, int angle) { }
29 29
  public void failedToDrag() { }
30 30
  public void reportJSONError(String error, int ordinal) { }
31 31
  public void reportBlockProblem(int type, int place, long pause, long resume, long time) { }

Also available in: Unified diff