代码搜索结果

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

jsppage.java

/* * @(#)JspPage.java 1.4 99/04/26 * * Copyright (c) 1999 Sun Microsystems, Inc. All Rights Reserved. * * This software is the confidential and proprietary information of Sun * Microsyst

sab8253xov.txt

The Aurora Linux 2.4.* software package for the Siemens/Infineon 8253X based PCI adapter card product line (2520, 4520, 4020, 8520, WMS and LMS communications controllers) provides the following benef

sab8253xfs.txt

*_Functional Specification of SAB8253X ASLX Driver for Linux_* The SAB8253X serial interface chip is very flexible. It supports most of the standard asynchronous serial transmission modes as wel

timerlistener.java

/* * @(#)TimerListener * * Copyright (c) 1998 Karl Moss. All Rights Reserved. * * You may study, use, modify, and distribute this software for any * purpose provided that this copyright notice a

handleradapter.java

/* * Copyright 2002-2004 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.

product.java

package com.javapatterns.simplefactory; public interface Product { }

product.java

package com.javapatterns.factorymethod; public interface Product { }

producta.java

package com.javapatterns.abstractfactory; public interface ProductA { }

productb.java

package com.javapatterns.abstractfactory; public interface ProductB { }

getdata.pas

unit GetData; interface function GetUsersName(UserID: String): String; //