PageRenderTime 49ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-3-pre5/jars/MacOS/com/apple/eawt/ApplicationListener.java

#
Java | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | ffed4e3f3d8b08c1a401f4c65b0f61a1 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. package com.apple.eawt;
  2. import java.util.EventListener;
  3. public interface ApplicationListener extends EventListener {
  4. }