MCPcopy Create free account
hub / github.com/beanshell/beanshell / ancestorAdded

Method ancestorAdded

src/bsh/JThis.java:116–116  ·  view source on GitHub ↗
(AncestorEvent e)

Source from the content-addressed store, hash-verified

114 // Listener interfaces
115
116 public void ancestorAdded(AncestorEvent e) { event("ancestorAdded", e); }
117 public void ancestorRemoved(AncestorEvent e) { event("ancestorRemoved", e); }
118 public void ancestorMoved(AncestorEvent e) { event("ancestorMoved", e); }
119 public void caretUpdate(CaretEvent e) { event("caretUpdate", e); }

Callers

nothing calls this directly

Calls 1

eventMethod · 0.95

Tested by

no test coverage detected