public class Notifier
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected MActivity |
activity
The activity.
|
protected IInternalAccess |
instance
The instance.
|
protected ProcessThread |
thread
The process thread.
|
Constructor and Description |
---|
Notifier(MActivity activity,
IInternalAccess instance,
ProcessThread thread)
Create a notifier.
|
Modifier and Type | Method and Description |
---|---|
void |
notify(java.lang.Object event)
Initiate the notification.
|
protected MActivity activity
protected IInternalAccess instance
protected ProcessThread thread
public Notifier(MActivity activity, IInternalAccess instance, ProcessThread thread)