public class Notifier
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected MActivity | activityThe activity. | 
| protected IInternalAccess | instanceThe instance. | 
| protected ProcessThread | threadThe 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)