예제 #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);