Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ch.ethz.prose.filter
Class ExceptionCatchSTest.MyJoinPointListener  view ExceptionCatchSTest.MyJoinPointListener download ExceptionCatchSTest.MyJoinPointListener.java

java.lang.Object
  extended bych.ethz.prose.engine.JoinPointListener
      extended bych.ethz.prose.filter.ExceptionCatchSTest.MyJoinPointListener
Enclosing class:
ExceptionCatchSTest

static class ExceptionCatchSTest.MyJoinPointListener
extends ch.ethz.prose.engine.JoinPointListener


Constructor Summary
ExceptionCatchSTest.MyJoinPointListener()
           
 
Method Summary
 void joinPointReached(ch.ethz.jvmai.ExceptionCatchJoinPoint jp)
           
 void joinPointReached(ch.ethz.jvmai.ExceptionJoinPoint jp)
           
 void joinPointReached(ch.ethz.jvmai.FieldAccessJoinPoint jp)
           
 void joinPointReached(ch.ethz.jvmai.FieldModificationJoinPoint jp)
           
 void joinPointReached(ch.ethz.jvmai.MethodEntryJoinPoint jp)
          A join point corresponding to the request this listener was registered together with has occurred.
 void joinPointReached(ch.ethz.jvmai.MethodExitJoinPoint jp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionCatchSTest.MyJoinPointListener

public ExceptionCatchSTest.MyJoinPointListener()
Method Detail

joinPointReached

public void joinPointReached(ch.ethz.jvmai.MethodEntryJoinPoint jp)
Description copied from class: ch.ethz.prose.engine.JoinPointListener
A join point corresponding to the request this listener was registered together with has occurred.


joinPointReached

public void joinPointReached(ch.ethz.jvmai.MethodExitJoinPoint jp)

joinPointReached

public void joinPointReached(ch.ethz.jvmai.FieldAccessJoinPoint jp)

joinPointReached

public void joinPointReached(ch.ethz.jvmai.FieldModificationJoinPoint jp)

joinPointReached

public void joinPointReached(ch.ethz.jvmai.ExceptionJoinPoint jp)

joinPointReached

public void joinPointReached(ch.ethz.jvmai.ExceptionCatchJoinPoint jp)