public abstract class com.apple.eawt.event.GestureAdapter implements com.apple.eawt.event.GesturePhaseListener, com.apple.eawt.event.MagnificationListener, com.apple.eawt.event.RotationListener, com.apple.eawt.event.SwipeListener
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.apple.eawt.event.GestureAdapter
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.eawt.event.GestureAdapter this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.eawt.event.GestureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/event/GestureAdapter;

  public void gestureBegan(com.apple.eawt.event.GesturePhaseEvent);
    descriptor: (Lcom/apple/eawt/event/GesturePhaseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.event.GestureAdapter this
        start local 1 // com.apple.eawt.event.GesturePhaseEvent e
         0: .line 40
            return
        end local 1 // com.apple.eawt.event.GesturePhaseEvent e
        end local 0 // com.apple.eawt.event.GestureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/event/GestureAdapter;
            0    1     1     e  Lcom/apple/eawt/event/GesturePhaseEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void gestureEnded(com.apple.eawt.event.GesturePhaseEvent);
    descriptor: (Lcom/apple/eawt/event/GesturePhaseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.event.GestureAdapter this
        start local 1 // com.apple.eawt.event.GesturePhaseEvent e
         0: .line 41
            return
        end local 1 // com.apple.eawt.event.GesturePhaseEvent e
        end local 0 // com.apple.eawt.event.GestureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/event/GestureAdapter;
            0    1     1     e  Lcom/apple/eawt/event/GesturePhaseEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void magnify(com.apple.eawt.event.MagnificationEvent);
    descriptor: (Lcom/apple/eawt/event/MagnificationEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.event.GestureAdapter this
        start local 1 // com.apple.eawt.event.MagnificationEvent e
         0: .line 42
            return
        end local 1 // com.apple.eawt.event.MagnificationEvent e
        end local 0 // com.apple.eawt.event.GestureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/event/GestureAdapter;
            0    1     1     e  Lcom/apple/eawt/event/MagnificationEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void rotate(com.apple.eawt.event.RotationEvent);
    descriptor: (Lcom/apple/eawt/event/RotationEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.event.GestureAdapter this
        start local 1 // com.apple.eawt.event.RotationEvent e
         0: .line 43
            return
        end local 1 // com.apple.eawt.event.RotationEvent e
        end local 0 // com.apple.eawt.event.GestureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/event/GestureAdapter;
            0    1     1     e  Lcom/apple/eawt/event/RotationEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void swipedDown(com.apple.eawt.event.SwipeEvent);
    descriptor: (Lcom/apple/eawt/event/SwipeEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.event.GestureAdapter this
        start local 1 // com.apple.eawt.event.SwipeEvent e
         0: .line 44
            return
        end local 1 // com.apple.eawt.event.SwipeEvent e
        end local 0 // com.apple.eawt.event.GestureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/event/GestureAdapter;
            0    1     1     e  Lcom/apple/eawt/event/SwipeEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void swipedLeft(com.apple.eawt.event.SwipeEvent);
    descriptor: (Lcom/apple/eawt/event/SwipeEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.event.GestureAdapter this
        start local 1 // com.apple.eawt.event.SwipeEvent e
         0: .line 45
            return
        end local 1 // com.apple.eawt.event.SwipeEvent e
        end local 0 // com.apple.eawt.event.GestureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/event/GestureAdapter;
            0    1     1     e  Lcom/apple/eawt/event/SwipeEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void swipedRight(com.apple.eawt.event.SwipeEvent);
    descriptor: (Lcom/apple/eawt/event/SwipeEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.event.GestureAdapter this
        start local 1 // com.apple.eawt.event.SwipeEvent e
         0: .line 46
            return
        end local 1 // com.apple.eawt.event.SwipeEvent e
        end local 0 // com.apple.eawt.event.GestureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/event/GestureAdapter;
            0    1     1     e  Lcom/apple/eawt/event/SwipeEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void swipedUp(com.apple.eawt.event.SwipeEvent);
    descriptor: (Lcom/apple/eawt/event/SwipeEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.event.GestureAdapter this
        start local 1 // com.apple.eawt.event.SwipeEvent e
         0: .line 47
            return
        end local 1 // com.apple.eawt.event.SwipeEvent e
        end local 0 // com.apple.eawt.event.GestureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/event/GestureAdapter;
            0    1     1     e  Lcom/apple/eawt/event/SwipeEvent;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "GestureAdapter.java"