'custom event'에 해당되는 글 1건
- 2007/10/29 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

Prev
Rss Feed