com.grahamedgecombe.jterminal.bell
Class NopBellStrategy

java.lang.Object
  extended by com.grahamedgecombe.jterminal.bell.NopBellStrategy
All Implemented Interfaces:
BellStrategy

public class NopBellStrategy
extends java.lang.Object
implements BellStrategy

A BellStrategy which does nothing.

Author:
Graham Edgecombe

Constructor Summary
NopBellStrategy()
           
 
Method Summary
 void soundBell()
          Sounds the bell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NopBellStrategy

public NopBellStrategy()
Method Detail

soundBell

public void soundBell()
Description copied from interface: BellStrategy
Sounds the bell.

Specified by:
soundBell in interface BellStrategy


Copyright © 2009-2012. All Rights Reserved.