KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > apple > eawt > ApplicationListener


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