org.mockserver.stop
Class StopEventQueue
java.lang.Object
org.mockserver.stop.StopEventQueue
- All Implemented Interfaces:
- Stoppable
public class StopEventQueue
- extends Object
- implements Stoppable
- Author:
- jamesdbloom
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stoppables
protected final List<Stoppable> stoppables
StopEventQueue
public StopEventQueue()
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.