public class PendingNotificationQueue
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
static PendingNotificationQueue |
getInstance() |
void |
handle()
处理队列中的通知。
|
void |
offer(CNotification notification)
加入队列。
|
public static final PendingNotificationQueue getInstance()
public void offer(CNotification notification)
notification
- public void handle()