vishnu.patterns
Class AbstractInversion<C>

java.lang.Object
  extended by vishnu.patterns.AbstractInversion<C>
All Implemented Interfaces:
Inversion<C>

public class AbstractInversion<C>
extends java.lang.Object
implements Inversion<C>

 

Constructor Summary
AbstractInversion()
           
 
Method Summary
 C getContext()
           
 void setContext(C context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInversion

public AbstractInversion()
Method Detail

getContext

public C getContext()
Specified by:
getContext in interface Inversion<C>

setContext

public void setContext(C context)
Specified by:
setContext in interface Inversion<C>