代码搜索结果

找到约 10,000 项符合 Interface 的代码

appletstub.java

/* AppletStub.java -- low level interface to the browser Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can

documenthandler.java

// SAX document handler. // http://www.saxproject.org // No warranty; no copyright -- use this as you will. // $Id: DocumentHandler.java,v 1.10 2004/12/11 15:41:09 dog Exp $ package org.xml.sax; /**

attributeset.java

/* AttributeSet.java -- Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it

externalizable.java

/* Externalizable.java -- Interface for saving and restoring object data Copyright (C) 1998 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you

composite.java

/* Composite.java -- graphics formed from composite layers Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can red

invocationhandler.java

/* java.lang.reflect.InvocationHandler - dynamically executes methods in proxy instances Copyright (C) 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is

runnable.java

/* Runnable -- interface for a method tied to an Object; often for Threads Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Class

randomaccess.java

/* RandomAccess.java -- A tagging interface that lists can use to tailor operations to the correct algorithm Copyright (C) 2001, 2005 Free Software Foundation, Inc. This file is part of GNU Cl

appletstub.java

/* AppletStub.java -- low level interface to the browser Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can

listener.java

package bingo.shared; public interface Listener { }