com.apple.eawt.ApplicationAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orange-extensions Show documentation
Show all versions of orange-extensions Show documentation
A pluggable jar containing stubs for the Apple Java Extensions, updated for Java 5 and 6
The newest version!
package com.apple.eawt;
@Deprecated
public class ApplicationAdapter
implements ApplicationListener
{
public ApplicationAdapter()
{
throw Application.unimplemented();
}
@Deprecated
public void handleAbout(ApplicationEvent paramApplicationEvent) {
throw Application.unimplemented();
}
@Deprecated
public void handleOpenApplication(ApplicationEvent paramApplicationEvent) { throw Application.unimplemented(); }
@Deprecated
public void handleOpenFile(ApplicationEvent paramApplicationEvent) {
throw Application.unimplemented();
}
@Deprecated
public void handlePreferences(ApplicationEvent paramApplicationEvent) { throw Application.unimplemented(); }
@Deprecated
public void handlePrintFile(ApplicationEvent paramApplicationEvent) {
throw Application.unimplemented();
}
@Deprecated
public void handleQuit(ApplicationEvent paramApplicationEvent) { throw Application.unimplemented(); }
@Deprecated
public void handleReOpenApplication(ApplicationEvent paramApplicationEvent) {
throw Application.unimplemented();
}
}