babyPatten
2016-05-30 23:16:18 0 举报
Baby Patten,一个充满童趣和活力的名字,代表着一个可爱的小生命。他(她)的眼睛明亮如星星,皮肤白皙如雪,笑起来像一朵含苞待放的花朵。他(她)的世界充满了好奇和探索,每一天都是新的冒险。他(她)喜欢玩耍,喜欢笑,喜欢与家人和朋友分享快乐。他(她)的每一个动作,每一个表情,都充满了无尽的可爱和纯真。他(她)是家庭的宝贝,是朋友的小天使,是这个世界最美好的存在。
作者其他创作
大纲/内容
创建
BabyBoy类
@Override\tpublic void cry(BabyEvent event) {\t\tbabyListener.crying(event);\t}
停止
BabyGirl类
结束
超时
Daddy类
Sysout(喂牛奶)
Mommy类
Sysout(喂奶)
实现
finish_time = last_finish_time + interval;
finish_time = System.currentTimeInMills() + interval;
运行
\b成功
Baby接口
void cry(BabyEvent event);\tvoid smile();\tvoid eat();\tvoid piss();\tvoid addListener(BabyListener listener);
\b异常
BabyEvent类
public String cryReason;public BabyEvent(String reason) { cryReason = reason;}
finish_time = System.currentTimeInMills();
BabyTest 类
public class BabyTest {public static void main(String[] args) {\t\tBabyEvent hungryEvent = new BabyEvent(\"hungry\");\t\t\t\t// 男宝\t\tBabyBoy bb = new BabyBoy();\t\tbb.addListener(new Daddy());\t\tbb.cry(hungryEvent);\t\t\t\t// 女宝\t\tBabyGirl bg = new BabyGirl();\t\tbg.addListener(new Mommy());\t\tbg.cry(hungryEvent);\t}}
BabyListener接口
void crying(BabyEvent event);
0 条评论
下一页
为你推荐
查看更多
抱歉,暂无相关内容