javauis/lcdui_akn/javalcdui/javasrc.nokialcdui/com/nokia/mid/ui/TextEditorListener.java
branchRCL_3
changeset 60 6c158198356e
parent 46 4376525cdefb
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    97      * Indicates that scrollbar should be updated.
    97      * Indicates that scrollbar should be updated.
    98      */
    98      */
    99     public static final int ACTION_SCROLLBAR_CHANGED = 0x800;
    99     public static final int ACTION_SCROLLBAR_CHANGED = 0x800;
   100 
   100 
   101     // Events 0x1000 and 0x2000 are used in s60 extension
   101     // Events 0x1000 and 0x2000 are used in s60 extension
       
   102     // Events 0x10000, 0x20000, 0x40000, 0x400000, 0x800000 are used in s40 extension
   102 
   103 
   103     /**
   104     /**
   104      * This method is called by the platform to notify the client about events
   105      * This method is called by the platform to notify the client about events
   105      * in a TextEditor. A call to this method may represent more than one event.
   106      * in a TextEditor. A call to this method may represent more than one event.
   106      * The events are masked into the actions-parameter, so an application can
   107      * The events are masked into the actions-parameter, so an application can