1 package com.apple.eawt;2 3 import java.util.EventListener ;4 5 public interface ApplicationListener extends EventListener {6 }7