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

com.apple.eawt.FullScreenAdapter 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;
 
public abstract class FullScreenAdapter
    implements FullScreenListener
{
    public void windowEnteringFullScreen(AppEvent.FullScreenEvent paramFullScreenEvent)
    {
        throw Application.unimplemented(); } 
    public void windowEnteredFullScreen(AppEvent.FullScreenEvent paramFullScreenEvent) { throw Application.unimplemented(); } 
    public void windowExitingFullScreen(AppEvent.FullScreenEvent paramFullScreenEvent) { throw Application.unimplemented(); } 
    public void windowExitedFullScreen(AppEvent.FullScreenEvent paramFullScreenEvent) { throw Application.unimplemented(); }
 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy