Class LayerFilterChangedEvent

java.lang.Object
de.threedy.jxvis.impl.javascript.representation.JSWritable
de.threedy.jxvis.impl.javascript.representation.JSAttachable
de.threedy.jxvis.impl.javascript.representation.JSObject
de.threedy.jxvis.api.event.JxVisEvent
de.threedy.jxvis.api.layerfilter.LayerFilterChangedEvent

public abstract class LayerFilterChangedEvent extends JxVisEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract Boolean
     
    abstract String
     

    Methods inherited from class de.threedy.jxvis.api.event.JxVisEvent

    getId, getType

    Methods inherited from class de.threedy.jxvis.impl.javascript.representation.JSObject

    equals, hashCode, toString

    Methods inherited from class de.threedy.jxvis.impl.javascript.representation.JSAttachable

    finalize

    Methods inherited from class de.threedy.jxvis.impl.javascript.representation.JSWritable

    toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • getEnabled

      public abstract Boolean getEnabled()
    • getName

      public abstract String getName()