javauis/lcdui_akn/javalcdui/javasrc.nokialcdui/com/nokia/mid/ui/TextEditorListener.java
branchRCL_3
changeset 21 4376525cdefb
parent 14 04becd199f91
child 24 6c158198356e
equal deleted inserted replaced
19:71c436fe3ce0 21:4376525cdefb
    96     /**
    96     /**
    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
       
   102 
   101     /**
   103     /**
   102      * This method is called by the platform to notify the client about events
   104      * This method is called by the platform to notify the client about events
   103      * in a TextEditor. A call to this method may represent more than one event.
   105      * in a TextEditor. A call to this method may represent more than one event.
   104      * The events are masked into the actions-parameter, so an application can
   106      * The events are masked into the actions-parameter, so an application can
   105      * determine which events have occured via<br>
   107      * determine which events have occured via<br>