Class JSExceptionsDependencyListener

java.lang.Object
org.teavm.dependency.AbstractDependencyListener
org.teavm.jso.impl.JSExceptionsDependencyListener
All Implemented Interfaces:
org.teavm.dependency.DependencyListener

public class JSExceptionsDependencyListener extends org.teavm.dependency.AbstractDependencyListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    methodReached(org.teavm.dependency.DependencyAgent agent, org.teavm.dependency.MethodDependency method)
     
    void
    started(org.teavm.dependency.DependencyAgent agent)
     

    Methods inherited from class org.teavm.dependency.AbstractDependencyListener

    classReached, complete, completing, fieldReached

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JSExceptionsDependencyListener

      public JSExceptionsDependencyListener()
  • Method Details

    • started

      public void started(org.teavm.dependency.DependencyAgent agent)
      Specified by:
      started in interface org.teavm.dependency.DependencyListener
      Overrides:
      started in class org.teavm.dependency.AbstractDependencyListener
    • methodReached

      public void methodReached(org.teavm.dependency.DependencyAgent agent, org.teavm.dependency.MethodDependency method)
      Specified by:
      methodReached in interface org.teavm.dependency.DependencyListener
      Overrides:
      methodReached in class org.teavm.dependency.AbstractDependencyListener