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

Quick Search    Search Deep

ch.ethz.prose.filter
Class ThiSTest.CreateEvents  view ThiSTest.CreateEvents download ThiSTest.CreateEvents.java

java.lang.Object
  extended bych.ethz.prose.engine.JoinPointListener
      extended bych.ethz.prose.filter.ThiSTest.CreateEvents
Enclosing class:
ThiSTest

public static class ThiSTest.CreateEvents
extends ch.ethz.prose.engine.JoinPointListener


Constructor Summary
ThiSTest.CreateEvents()
           
 
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

ThiSTest.CreateEvents

public ThiSTest.CreateEvents()
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)