org.freehep.application
Interface Stoppable

All Known Implementing Classes:
StoppableInputStream

public interface Stoppable

A interface to be implemented by things that can be stopped.

Version:
$Id: Stoppable.java 8584 2006-08-10 23:06:37Z duns $
Author:
tonyj
See Also:
StatusBar

Method Summary
 BoundedRangeModel getModel()
           
 void stop()
           
 

Method Detail

getModel

BoundedRangeModel getModel()

stop

void stop()


Copyright © 2000-2006 FreeHEP. All Rights Reserved.