Class

atom.app

ActivityThread

Related Doc: package app

Permalink

final class ActivityThread extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ActivityThread
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ActivityThread()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def dispose(): Unit

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(object: Any): Boolean

    Permalink
    Definition Classes
    ActivityThread → AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getCallback(): AbstractActivityCallback

    Permalink
  11. def getChangedActivities(): ActivityList

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getClientAttributes(): Map[String, String]

    Permalink
  14. def getClientAttributesChanges(): Map[String, String]

    Permalink
  15. def getCurrentActivities(): ActivityList

    Permalink
  16. def getCurrentIntent(): Intent

    Permalink
  17. def getEventBus(): EventBus

    Permalink
  18. def getExtras(): Map[String, AnyRef]

    Permalink
  19. def getLocale(): Locale

    Permalink
  20. def getObjectExtra(key: String, defaultValue: Any): AnyRef

    Permalink
  21. def getSubject(): Subject

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    ActivityThread → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def notifyClient(): Unit

    Permalink
  28. def putExtra(key: String, value: Any): Unit

    Permalink
  29. def redraw(): Boolean

    Permalink
  30. def registerEventHandler[E <: EventObject](event: Class[E], handler: EventHandler[E]): HandlerRegistration

    Permalink
  31. def removeClientAttribute(name: String): Unit

    Permalink
  32. def setCallback(activityCallback: AbstractActivityCallback): Unit

    Permalink
  33. def setClientAttribute(name: String, value: String): Unit

    Permalink
  34. def setClientAttributes(attributes: Map[String, String]): Unit

    Permalink
  35. def setClientNotifier(aClientNotifier: ClientNotifier): Unit

    Permalink
  36. def setCurrentIntent(intent: Intent): Unit

    Permalink
  37. def setExtras(map: Map[String, AnyRef]): Unit

    Permalink
  38. def setLocale(aLocale: Locale): Unit

    Permalink
  39. def setSubject(aSubject: Subject): Unit

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    ActivityThread → AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped