
API
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
public interface ActiveEvent
public interface ActiveEvent An interface for events that know how to dispatch themselves. By implementing this interface an event can be placed upon the event queue and its dispatch() method will be ...翻译 2018-08-01 17:49:06 · 316 阅读 · 0 评论 -
public interface AppletContext
public interface AppletContext This interface corresponds to an applet's environment: the document containing the applet and the other applets in the same document. The methods in this interface can b...翻译 2018-08-01 17:52:06 · 254 阅读 · 0 评论 -
public interface AppletStub
public interface AppletStub When an applet is first created, an applet stub is attached to it using the applet's setStub method. This stub serves as the interface between the applet and the browser en...翻译 2018-08-01 17:53:55 · 231 阅读 · 0 评论 -
public interface AudioClip
public interface AudioClip The AudioClip interface is a simple abstraction for playing a sound clip. Multiple AudioClip items can be playing at the same time, and the resulting sound is mixed together...翻译 2018-08-01 17:54:45 · 295 阅读 · 0 评论