hooks

StandaloneResourceTrackerHook

class StandaloneResourceTrackerHook [T, ID] extends Hook[ResourceProvider[T, ID]]

Linear Supertypes
Hook[ResourceProvider[T, ID]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StandaloneResourceTrackerHook
  2. Hook
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandaloneResourceTrackerHook ()

Type Members

  1. type P = ResourceProvider[T, ID]

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def _get : List[ResourceProvider[T, ID]]

    Get all behaviours registered against this hook

    Get all behaviours registered against this hook

    Definition Classes
    Hook
  7. def _list : ResourceProviderList[T, ID]

  8. val _providers : ListBuffer[P]

  9. def _register (s: ResourceProvider[T, ID]): Unit

    Register a behaviour against this hook

    Register a behaviour against this hook

    Definition Classes
    Hook
  10. def apply (id: ID): Option[P]

  11. def apply (): Option[P]

  12. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  13. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. def logErrors (f: ⇒ Unit): Unit

    Definition Classes
    Hook
  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def providers : List[P]

  25. def register (open: ⇒ T, close: (T) ⇒ Unit = t =>, id: Option[ID] = None): Unit

  26. def register (provider: P): Unit

  27. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  28. def toString (): String

    Definition Classes
    AnyRef → Any
  29. def tracker : ResourceTracker[T, ID]

  30. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Hook[ResourceProvider[T, ID]]

Inherited from AnyRef

Inherited from Any