org.rythmengine.extension
Class IRythmListener.ListenerAdaptor

java.lang.Object
  extended by org.rythmengine.extension.IRythmListener.ListenerAdaptor
All Implemented Interfaces:
IRythmListener
Enclosing interface:
IRythmListener

public static class IRythmListener.ListenerAdaptor
extends Object
implements IRythmListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rythmengine.extension.IRythmListener
IRythmListener.ListenerAdaptor
 
Constructor Summary
IRythmListener.ListenerAdaptor()
           
 
Method Summary
 void enterInvokeTemplate(TemplateBase caller)
           
 void exitInvokeTemplate(TemplateBase caller)
           
 void invoked(ITag tag)
           
 void onInvoke(ITag tag)
           
 void onRender(ITemplate template)
           
 void rendered(ITemplate template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRythmListener.ListenerAdaptor

public IRythmListener.ListenerAdaptor()
Method Detail

onRender

public void onRender(ITemplate template)
Specified by:
onRender in interface IRythmListener

rendered

public void rendered(ITemplate template)
Specified by:
rendered in interface IRythmListener

onInvoke

public void onInvoke(ITag tag)
Specified by:
onInvoke in interface IRythmListener

invoked

public void invoked(ITag tag)
Specified by:
invoked in interface IRythmListener

enterInvokeTemplate

public void enterInvokeTemplate(TemplateBase caller)
Specified by:
enterInvokeTemplate in interface IRythmListener

exitInvokeTemplate

public void exitInvokeTemplate(TemplateBase caller)
Specified by:
exitInvokeTemplate in interface IRythmListener


Copyright © 2013. All Rights Reserved.