摘要: /** * Sends a Message containing only the what value. */ public final boolean sendEmptyMessage(int what) { return sendEmptyMessageDelayed(what, 0); }/** * Pushes a message onto the end of the message queue after all pending messages * before the current time. It will be received in {@link #handleM.. 阅读全文
posted @ 2012-01-21 13:01 卡马克 阅读(614) 评论(0) 推荐(0) 编辑