usr
---------------------------------------------------------
http://docs.oracle.com/javase/7/docs/api/java/util/EventObject.html
description
---------------------------------------------------------
public class EventObject
extends Object
implements Serializeable
The root class from witch all event state objects shall be derived.
All Events are constructed with a reference to the object, the "source", that is logically deemed to be the obejct upon which the Event in question initially occured upon.
See also : http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html
'소프트웨어 > Java' 카테고리의 다른 글
[java] String parameter, text += "a" text += "b" (0) | 2015.10.13 |
---|---|
Java Error message 종류를 알아봅시다. (0) | 2015.01.30 |
java, notify에 대해서. (0) | 2015.01.21 |
What is synchronized on Java? (0) | 2015.01.20 |
java Thread 모양 익히기. 2가지 종류(예제, 코드) (0) | 2015.01.16 |