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

com.apple.eawt.event.GestureEvent 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 GestureEvent
{
    GestureEvent()
    {
        GestureUtilities.unimplemented();
    }
 
    public void consume() {
        GestureUtilities.unimplemented();
    }
 
    protected boolean isConsumed() {
        GestureUtilities.unimplemented();
        return false;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy