代码搜索:Interface

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

代码结果 10,000
www.eeworm.com/read/429871/7093676

java ipmcomlistener.java

/* * IP Messenger Event Commnucation Listener Interface * 1997/10/16 (C) Copyright T.Kazawa (Digitune) */ package ipmsg; import java.util.EventListener; public interface IPMComListener
www.eeworm.com/read/429871/7093677

java ipmlistener.java

/* * IP Messenger Event Listener Interface * 1997/10/16 (C) Copyright T.Kazawa (Digitune) */ package ipmsg; import java.util.EventListener; public interface IPMListener extends EventLi
www.eeworm.com/read/154303/7106933

txt ex8_30.txt

Example 8.30 Queries Interface // Queries class package com.corej2eepatterns.business.hr; /** * @author Craig Russell */ public interface Queries { Department getDepartment(String name);
www.eeworm.com/read/154303/7106946

txt ex6_71.txt

Example 6.71 Command Interface public interface Command { ResponseContext execute(RequestContext requestContext); }
www.eeworm.com/read/118158/7134247

idl autoatl.idl

// AutoATL.idl : IDL source for AutoATL.exe // // This file will be processed by the MIDL tool to // produce the type library (AutoATL.tlb) and marshalling code. import "oaidl.idl"; import "oc
www.eeworm.com/read/454660/7386071

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/453558/7417042

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/448648/7528305

texi main.texi

@node Zebra @comment node-name, next, previous, up @chapter Zebra @c SYNOPSIS @command{zebra} is an IP routing manager. It provides kernel routing table updates, interface lookups, and redistrib
www.eeworm.com/read/442119/7658905

wait4ifup

#!/bin/sh # # Shorewall interface helper utility - V4.2 # # This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt] # # (c) 2007 - Tom Eastep (teastep@shorewall.ne
www.eeworm.com/read/434781/7802036

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