XKeyHandler.idl (d1e7efc3) XKeyHandler.idl (2df387e6)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 43 unchanged lines hidden (view full) ---

52 The return value decides about whether other handlers will be
53 called and a handling by the broadcaster will take place.
54
55 <p>Consume the event if the action performed by the implementation
56 is mutually exclusive with the default action of the broadcaster or,
57 when known, with that of other handlers.</p>
58
59 <p>Consuming this event does not prevent the pending key-release
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 43 unchanged lines hidden (view full) ---

52 The return value decides about whether other handlers will be
53 called and a handling by the broadcaster will take place.
54
55 <p>Consume the event if the action performed by the implementation
56 is mutually exclusive with the default action of the broadcaster or,
57 when known, with that of other handlers.</p>
58
59 <p>Consuming this event does not prevent the pending key-release
60 event from beeing broadcasted.</p>
60 event from being broadcasted.</p>
61
62 @param aEvent
63 The key event informs about the pressed key.
64 @return
65 When <FALSE/> is returned the other handlers are called and a
66 following handling of the event by the broadcaster takes place.
67 Otherwise, when <TRUE/> is returned, no other handler will be
68 called and the broadcaster will take no further actions

--- 29 unchanged lines hidden ---
61
62 @param aEvent
63 The key event informs about the pressed key.
64 @return
65 When <FALSE/> is returned the other handlers are called and a
66 following handling of the event by the broadcaster takes place.
67 Otherwise, when <TRUE/> is returned, no other handler will be
68 called and the broadcaster will take no further actions

--- 29 unchanged lines hidden ---