I want my application according to s开发者_开发知识库ome event, it comes to the background and light up the screen so the user notice that the blackberry has something.You can use the Backlight API li
The following example code (SSCCE) complains that local variable a must be final. public class Foo { final List<A> list = new ArrayList() {{ add(new A()); }};