Can you describe a class which implements interface?
你能描述一下一个执行接口的类吗?
At this point, you should have a client class, an interface, and one class that implements the interface.
此时,您应该有一个客户端类、一个接口、以及一个实现接口的类。
The former is a complete interface that models the API of a text editor so that applications can interchangeably use any text editor available that implements this interface.
前者是对文本编辑器的API建模的完整接口,以使应用程序可以互换地使用实现这一接口的任何可用文本编辑器。
In this case, it allows you to create a proxy object that implements a given interface.
在这种情况下,它允许您创建用于实现给定接口的代理对象。
If the target class is an interface, then it is considered a subclass if it implements that interface.
如果目标类是接口,那么会把它当作实现了该接口的一个子类。
A component that implements a service interface can process all types of requests.
实现服务接口的组件可以处理所有类型的请求。
The generated files must now be put to work in a server that implements our interface.
现在生成的文件必须在服务器上开始工作,用这个服务器实现我们的接口。
The adapter implements the interface and passes the method calls unto the real object.
适配器实现接口,并将方法调用传递给真实的对象。
Because CORBA is language independent, it relies on an interface definition language (IDL) to express how clients will make a request to the service that implements the interface.
因为CORBA与语言无关,所以它依靠一种接口定义语言(IDL),来表达客户机如何向实现接口的服务发出请求。
The stub implements this interface and adds some specialized methods used internally.
存根实现此接口,并添加一些供内部使用的方法。
This way, the calling component can use any object it likes as a method parameter, as long as the object implements the interface.
这样,只要对象实现该接口,调用组件就可以将其想使用的任何对象用作方法参数。
It implements the service interface class.
它实现服务接口类。
Do this by creating a POJO that implements the "serializable" interface.
操作方法是创建一个实现这个“可序列化”接口的POJO。
The skeleton object makes only local calls on the server to the object that implements the interface on the server machine.
基干对象对服务器机器上实现接口的对象进行服务器端本地调用。
The component that uses the reference implements the callback interface.
使用引用的组件将实现回调接口。
If you think of an extension point as an interface, you can think of an extension as a class that implements that interface.
如果将扩展点看作接口,那么扩展就是实现该接口的类。
The Command interface implements the Asynchronous Beans Work interface.
命令接口实现异步bean工作接口。
Composite implements this interface and maintains a collection of tests.
Composite实现了该接口,并维护一个测试集合。
You can then create an MBean that implements that interface, instantiates it, and registers it with the MBeanServer.
然后可以创建一个MBean来实现此接口、实例化它及把它注册到MBeanServer。
The proxy object that GWT.create returns also implements another interface, ServiceDefTarget.
create返回的代理对象还将实现另一个接口servicedeftarget。
In fact, the ThreadGroup class now implements the interface.
实际上,现在由ThreadGrou p类实现该接口。
This step implements the Converter interface.
这一步实现Converter接口。
This object implements the Work interface.
该对象实现Work接口。
On the client side, you define a class that implements the interface AsyncCallback.
在客户端,定义一个实现 AsyncCallback接口的类。
The generated class implements the CustomerData interface.
生成的类实现CustomerData接口。
In Listing 11, the abstract base class implements an interface AsyncCallback.
在清单11中,抽象类实现AsyncCallback接口。
Any object which implements that method also implements the interface.
任何实现了这一方法的对象也实现了这一接口。
The object returned also implements the interface that the MDB declared in its deployment descriptor.
返回的对象还实现了MDB在它的部署描述符中声明的接口。
A class (whether abstract or concrete) that implements an interface does not really inherit anything from the interface it implements.
一个类(不管是抽象的还是具体的)实现一个接口并不真正从它实现的接口继承任何东西。
A class (whether abstract or concrete) that implements an interface does not really inherit anything from the interface it implements.
一个类(不管是抽象的还是具体的)实现一个接口并不真正从它实现的接口继承任何东西。
应用推荐