代码搜索结果

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

remote-ext.h

/* * Copyright (c) 2002 - 2003 * NetGroup, Politecnico di Torino (Italy) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are

umanagerlist.pas

unit uManagerList; interface type implementation end.

umanagerlist.pas

unit uManagerList; interface type implementation end.

observer.java

/** * Observer interface */ public interface Observer { public void update(Subject s); }

shape.java

/** * A interface */ public interface Shape { public void Draw(); public void Border(); }

command.java

public interface Command { public void Execute(); public void unDo(); }

remote-ext.h

/* * Copyright (c) 2002 - 2003 * NetGroup, Politecnico di Torino (Italy) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are

videocard.java

interface VideoCard { void Display(); String getName(); }