代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/126884/6010535
java datatime.java
package org.trinet.jdbc.datatypes;
/** Interface methods implemented by extensions of the DataObject class to format values into time objects.
*/
public interface DataTime {
java.util.Date dat
www.eeworm.com/read/121299/6068821
java igraphic.java
/*
* A Graphic Interface ( A prototype interface )
*/
import java.io.*;
public interface IGraphic extends Cloneable, Serializable {
public String getName() ;
public void setName(Stri
www.eeworm.com/read/119399/6084213
java cityweatherreportinterface.java
import java.rmi.*;
public interface cityWeatherReportInterface extends Remote
{
/* 定义Remote Interface */
String getCityTemperature() throws RemoteException;
String getWeathe
www.eeworm.com/read/118514/6098783
java cityweatherreportinterface.java
import java.rmi.*;
public interface cityWeatherReportInterface extends Remote
{
/* 定义Remote Interface */
String getCityTemperature() throws RemoteException;
String getWeathe
www.eeworm.com/read/117567/6101442
java jarobserver.java
package ranab.jar;
import java.util.zip.ZipEntry;
/**
* Interface to observe jar actions.
*
* @author Rana Bhattacharyya
*/
public
interface JarOb
www.eeworm.com/read/113176/6136280
java igraphic.java
/*
* A Graphic Interface ( A prototype interface )
*/
import java.io.*;
public interface IGraphic extends Cloneable, Serializable {
public String getName() ;
public void setName(Stri
www.eeworm.com/read/111677/6153710
vm object.vm
package ${package};
#if ($table.BaseClass)
#set ($extendsBaseClass = "extends $table.BaseClass" )
#else
#set ($extendsBaseClass = "" )
#end
#if ($table.Interface)
#if ($ojbUseInterface
www.eeworm.com/read/111677/6153881
vm extensionobject.vm
#set ($interface = "")
#if ($table.Interface)
#set ($interface = ", $table.Interface")
#end
package $package;
#if ($table.isAbstract())
#set ($abstract = "abstract")
#end
import org.apache.torq
www.eeworm.com/read/100926/6264626
gperf modula3.gperf
AND
ARRAY
BEGIN
BITS
BY
CASE
CONST
DIV
DO
ELSE
ELSIF
END
EVAL
EXCEPT
EXCEPTION
EXIT
EXPORTS
FINALLY
FOR
FROM
IF
IMPORT
INTERFACE
IN
INLINE
LOCK
METHODS
MOD
MODULE
NOT
OBJ
www.eeworm.com/read/490574/6447737
java checkboxmenulistener.java
//
// INTERFACE
// CheckboxMenuListener - listen for checkbox change events
//
// DESCRIPTION
// The checkboxChanged method is called by users of this class
// to notify the listene