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?join=class+javax.swing.event.EventListenerList
you will find the source-code of the EventListerList-class in Java.
Just include that class into your Android-project and you'll be able
to define user-defined events.

Best regards and... in case of that you speak German, too:
Jeeht nich, jibts nich... :-)

[Marc]

On 8 Feb., 12:48, drill <[email protected]> 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-valid code and still have the
> opportunity that everything is syncronized as it should be?
>
> Thanks a lot.
> Regards

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to