Package-level declarations

Android compatible SAX parser.

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Since

1.0

Types

Link copied to clipboard
abstract class Actor : ForegroundService, IActor
Link copied to clipboard
open class Binder : IBinder
binder class to pass the reference to the service class to the activity;
Link copied to clipboard
connection to service
Link copied to clipboard
interface IActor : IForegroundService
Link copied to clipboard
interface IBinder
${tags}
Link copied to clipboard
abstract class ImageLoader : Actor
Link copied to clipboard
abstract class Job : Runnable, Comparable<T>
A job to be executed.