示例#1
0
 public override void sendToNextChain(ChainResponsibility nextChain)
 {
     // TODO Auto-generated method stub
     this.nextChain = nextChain;
 }
示例#2
0
 public override void sendToNextChain(ChainResponsibility nextChain)
 {
     this.nextChain = nextChain;
 }
示例#3
0
 public abstract void sendToNextChain(ChainResponsibility nextChain);