[android-developers] Re: EventListenerList in Android

2010-03-03 Thread MOPS
Test On 8 Feb., 12:48, drill wrote: > Hello, > I want to import a java project into Android. But I figured out that > this project is using anEventListenerList, which is part of swing and > so not available in Android. Does anybody of you have an idea how to > transform that into some Android-val

[android-developers] Re: EventListenerList in Android

2010-03-03 Thread MOPS
Test... On 8 Feb., 12:48, drill wrote: > Hello, > I want to import a java project into Android. But I figured out that > this project is using anEventListenerList, which is part of swing and > so not available in Android. Does anybody of you have an idea how to > transform that into some Android-

[android-developers] Re: EventListenerList in Android

2010-03-03 Thread MOPS
Hello Sebastian, I currently had the same problem. I solved it this way: As there is no class called "EventListerList" in the android sdk - just implement it yourself. That sounds a lot of work - but you can use just the code from the java-JDK-developers. Under http://www.codase.com/search/smart