com.grahamedgecombe.jterminal.bell
Class BeepBellStrategy

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

public class BeepBellStrategy
extends java.lang.Object
implements BellStrategy

A BellStrategy which calls Toolkit.beep().

Author:
Graham Edgecombe

Constructor Summary
BeepBellStrategy()
           
 
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

BeepBellStrategy

public BeepBellStrategy()
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.