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