Hi, I've an application to get events from a service and I want to share that information to interested parties (listeners) who registered with me.
Should I must implement all these EventClass - Which gets information from server periodically DataStructures - Listener interface Listerner class Notification firing class as subclasses of EventListener , EventObject etc. ? Can't I simply write my own classes and interfaces not extending any standard 'Event' related classes ? After browsing , or seeing the code I understand that no need to extend from Event classes ??? Just need confirmation. Thanks -Bytes -- 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

