设计模式之状态模式  State

设计模式之状态模式  State

设计模式之状态模式  State

设计模式之状态模式  State

 

代码实现

public interface  State {

    void handle();
}
State 接口

相关文章: