jdk/src/share/classes/java/beans/EventHandler.java
changeset 21278 ef8a3a2a72f2
parent 20432 5060b1928712
child 25123 1f70b30da563
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   609      * <code>eventPropertyName</code>.  Alternatively if you want
   609      * <code>eventPropertyName</code>.  Alternatively if you want
   610      * the incoming event object passed directly to the target method use
   610      * the incoming event object passed directly to the target method use
   611      * the empty string.
   611      * the empty string.
   612      * The format of the <code>eventPropertyName</code> string is a sequence of
   612      * The format of the <code>eventPropertyName</code> string is a sequence of
   613      * methods or properties where each method or
   613      * methods or properties where each method or
   614      * property is applied to the value returned by the preceeding method
   614      * property is applied to the value returned by the preceding method
   615      * starting from the incoming event object.
   615      * starting from the incoming event object.
   616      * The syntax is: <code>propertyName{.propertyName}*</code>
   616      * The syntax is: <code>propertyName{.propertyName}*</code>
   617      * where <code>propertyName</code> matches a method or
   617      * where <code>propertyName</code> matches a method or
   618      * property.  For example, to extract the <code>point</code>
   618      * property.  For example, to extract the <code>point</code>
   619      * property from a <code>MouseEvent</code>, you could use either
   619      * property from a <code>MouseEvent</code>, you could use either