代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/159990/10581267
java testface2.java
//Interface
interface callback
{
void callback(int param);
}
class client2 implements callback {
public void callback (int p) {
System.out.println("Another version of callback");
Syst
www.eeworm.com/read/454660/7386049
java ex11.java
// innerclasses/Ex11.java
// TIJ4 Chapter Innerclasses, Exercise 11, page 356
/* Create a private inner class that implements a public interface.
* Write a method that returns a reference to an ins
www.eeworm.com/read/448648/7528259
h if.h
/* Interface related header.
Copyright (C) 1997, 98, 99 Kunihiro Ishiguro
This file is part of GNU Zebra.
GNU Zebra is free software; you can redistribute it and/or modify
it under the terms of t
www.eeworm.com/read/448648/7528659
c if_netlink.c
/*
* Interface looking up by netlink.
* Copyright (C) 1998 Kunihiro Ishiguro
*
* This file is part of GNU Zebra.
*
* GNU Zebra is free software; you can redistribute it and/or modify it
* under
www.eeworm.com/read/448648/7528695
changelog
2003-05-18 Kunihiro Ishiguro
* ripd.h (RIP_PACKET_MAXSIZ): Increase size to 524 to avoid some
implemetation's RIP message size bug. Reported by: Vladimir
Ivaschenko
www.eeworm.com/read/442119/7658997
debian default.debian
# prevent startup with default configuration
# set the following varible to 1 in order to allow Shorewall to start
startup=0
# If your Shorewall configuration requires detection of the ip address of
www.eeworm.com/read/434781/7802014
java ex11.java
// innerclasses/Ex11.java
// TIJ4 Chapter Innerclasses, Exercise 11, page 356
/* Create a private inner class that implements a public interface.
* Write a method that returns a reference to an ins
www.eeworm.com/read/298090/7974877
idl comcatdraw.idl
// IComCatDraw - Category Interface Definition
[
object,
uuid(C49A2274-8D1F-47b9-8476-8250174956EB),
helpstring("IComCatDraw Interface"),
pointer_default(unique)
]
interface ICo
www.eeworm.com/read/333003/12712294
java ex11.java
// innerclasses/Ex11.java
// TIJ4 Chapter Innerclasses, Exercise 11, page 356
/* Create a private inner class that implements a public interface.
* Write a method that returns a reference to an ins
www.eeworm.com/read/332899/12717901
java ex11.java
// innerclasses/Ex11.java
// TIJ4 Chapter Innerclasses, Exercise 11, page 356
/* Create a private inner class that implements a public interface.
* Write a method that returns a reference to an ins