All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.apple.eawt.event.GestureAdapter Maven / Gradle / Ivy

Go to download

A pluggable jar containing stubs for the Apple Java Extensions, updated for Java 5 and 6

The newest version!
package com.apple.eawt.event;
 
public abstract class GestureAdapter
    implements GesturePhaseListener, MagnificationListener, RotationListener, SwipeListener
{
    public void gestureBegan(GesturePhaseEvent paramGesturePhaseEvent)
    {
        GestureUtilities.unimplemented(); } 
    public void gestureEnded(GesturePhaseEvent paramGesturePhaseEvent) { GestureUtilities.unimplemented(); } 
    public void magnify(MagnificationEvent paramMagnificationEvent) { GestureUtilities.unimplemented(); } 
    public void rotate(RotationEvent paramRotationEvent) { GestureUtilities.unimplemented(); } 
    public void swipedDown(SwipeEvent paramSwipeEvent) { GestureUtilities.unimplemented(); } 
    public void swipedLeft(SwipeEvent paramSwipeEvent) { GestureUtilities.unimplemented(); } 
    public void swipedRight(SwipeEvent paramSwipeEvent) { GestureUtilities.unimplemented(); } 
    public void swipedUp(SwipeEvent paramSwipeEvent) { GestureUtilities.unimplemented(); }
 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy