org
.
positronicnet
.
notifications
BaseNotificationManager
class
BaseNotificationManager
extends
BaseNotifier
with
NotificationManager
Basic machinery for all library
NotificationManager
s
Attributes
abstract
Linear Supertypes
NotificationManager
,
BaseNotifier
, AnyRef,
Any
Known Subclasses
BaseCatchAllVariant
,
BaseRecordManager
,
BaseTaggedVariant
,
BaseVariant
,
CatchAllVariant
,
CatchAllVariantForFields
,
RecordManager
,
RecordManagerForFields
,
SoftDelete
,
TaggedVariant
,
TaggedVariantForFields
,
VariantRecordManager
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
BaseNotificationManager
NotificationManager
BaseNotifier
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
BaseNotificationManager
(
facility:
AppFacility
)
Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
cursorNotifier
[
T
]
(
thunk: ⇒ T
)
:
Notifier
[T]
Definition Classes
BaseNotificationManager
→
NotificationManager
def
cursorQuery
[
Q
,
R
]
(
initialVal: Q
)
(
queryFunc: (Q) ⇒ R
)
:
NonSharedValueQuery
[Q, R]
Definition Classes
BaseNotificationManager
→
NotificationManager
def
doChange
(
thunk: ⇒
Unit
)
:
Unit
Definition Classes
BaseNotificationManager
→
NotificationManager
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
noteChange
:
Unit
Definition Classes
BaseNotificationManager
→
NotificationManager
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
onThread
(
thunk: ⇒
Unit
)
:
Unit
Definition Classes
BaseNotifier
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
valueNotifier
[
T
]
(
thunk: ⇒ T
)
:
CachingNotifier
[T]
Definition Classes
BaseNotificationManager
→
NotificationManager
def
valueQuery
[
Q
,
R
]
(
initialVal: Q
)
(
queryFunc: (Q) ⇒ R
)
:
ValueQuery
[Q, R]
Definition Classes
BaseNotificationManager
→
NotificationManager
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
NotificationManager
Inherited from
BaseNotifier
Inherited from AnyRef
Inherited from
Any
Basic machinery for all library NotificationManagers