代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/392244/8356140
java outer13.java
// innerclasses/Outer13.java
// TIJ4 Chapter Innerclasses, Exercise 13, page 361
/* Repeat Exercise 9 using an anonymous inner class.
* (Exercise 9: Create an interface with at least one method, an
www.eeworm.com/read/370596/9593273
java outer13.java
// innerclasses/Outer13.java
// TIJ4 Chapter Innerclasses, Exercise 13, page 361
/* Repeat Exercise 9 using an anonymous inner class.
* (Exercise 9: Create an interface with at least one method, an
www.eeworm.com/read/370436/9600794
as ipage.as
/**
* Description here..
* @author Default
* @version 0.1
*/
package crlclr.Interface {
public interface IPage {
}
}
www.eeworm.com/read/370436/9600796
as iresizeable.as
package crlclr.Interface {
import flash.events.Event;
public interface IResizeable {
function onResize(event:Event):void;
}
}
www.eeworm.com/read/369685/9636359
java timerclient.java
package com.ly.util;
/**
* TimerClient Interface
*
* @version 1.0, 8 October 1995
*
*/
public interface TimerClient
{
void timerEvent(int id);
}
www.eeworm.com/read/173684/9643056
idl devicemanager.idl
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2002 by Embedded and Real-Time Systems Laborat
www.eeworm.com/read/173128/9673001
java sortable.java
package shared;
import java.lang.*;
/** Interface for classes that need to be sorted in a specific manner.
*/
public interface Sortable{
boolean lessThan(Sortable other);
boolean Equa
www.eeworm.com/read/414988/11087955
java outer13.java
// innerclasses/Outer13.java
// TIJ4 Chapter Innerclasses, Exercise 13, page 361
/* Repeat Exercise 9 using an anonymous inner class.
* (Exercise 9: Create an interface with at least one method, an
www.eeworm.com/read/147363/12559416
h rmfacade.h
/* ----------------------------------------------------------------------------
Microsoft D.T.C (Distributed Transaction Coordinator)
(c) 1996 Microsoft Corporation. All Rights Reserved
@doc
www.eeworm.com/read/334652/12581881
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