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