com.atlassian.plugin.osgi.factory
Class ConcurrentStateEngine

java.lang.Object
  extended by com.atlassian.plugin.osgi.factory.ConcurrentStateEngine

public class ConcurrentStateEngine
extends Object


Constructor Summary
ConcurrentStateEngine(Object... states)
           
 
Method Summary
 void state(Object next)
           
 void tryNextState(Object expected, Object next)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentStateEngine

public ConcurrentStateEngine(Object... states)
Method Detail

tryNextState

public void tryNextState(Object expected,
                         Object next)

state

public void state(Object next)


Copyright © 2012 Atlassian. All Rights Reserved.