'custom event'에 해당되는 글 1건

  1. 2007/10/29 Creating a Custom Event
2007/10/29 22:26

Creating a Custom Event

e333. Creating a Custom Event

A new custom event must extends EventObject. Moreover, an event listener interface must be declared to allow objects to receive the new custom event. All listeners must extend from EventListener.

This example demonstrates all the steps necessary to create a new custom event.

Here's an example of how to register for MyEvents.

출처 : http://www.exampledepot.com/egs/java.util/CustEvent.html

크리에이티브 커먼즈 라이선스
Creative Commons License
Trackback 0 Comment 0