org.iqual.chaplin
Interface ContextScopeAware


public interface ContextScopeAware

This interface is implemented by the context which wants to be informed when it becomes current and when it stops to be current.

Since:
Mar 16, 2009 9:05:23 PM
Author:
Zbynek Slajchrt

Method Summary
 void entered()
           
 void left()
           
 

Method Detail

entered

void entered()

left

void left()


Copyright © 2009 iquality.org. All Rights Reserved.