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