de.jiac.micro.core
Interface IScope.IScopeStateChangeListener

All Known Implementing Classes:
AbstractNode
Enclosing interface:
IScope

public static interface IScope.IScopeStateChangeListener


Method Summary
 void onPause(IScope scope)
           
 void onSetup(IScope scope)
           
 void onStart(IScope scope)
           
 void onTerminate(IScope scope)
           
 

Method Detail

onSetup

void onSetup(IScope scope)

onPause

void onPause(IScope scope)

onStart

void onStart(IScope scope)

onTerminate

void onTerminate(IScope scope)


Copyright © 2008-2011 DAI-Labor. All Rights Reserved.