org.mockserver.stop
Class StopEventQueue

java.lang.Object
  extended by org.mockserver.stop.StopEventQueue
All Implemented Interfaces:
Stoppable

public class StopEventQueue
extends Object
implements Stoppable

Author:
jamesdbloom

Field Summary
protected  List<Stoppable> stoppables
           
 
Constructor Summary
StopEventQueue()
           
 
Method Summary
 void clear()
           
 void register(Stoppable stoppable)
           
 void stop()
           
 void unregister(Stoppable stoppable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stoppables

protected final List<Stoppable> stoppables
Constructor Detail

StopEventQueue

public StopEventQueue()
Method Detail

register

public void register(Stoppable stoppable)

unregister

public void unregister(Stoppable stoppable)

clear

public void clear()

stop

public void stop()
Specified by:
stop in interface Stoppable


Copyright © 2015. All rights reserved.