All Packages Class Hierarchy This Package Previous Next Index
Interface Iava.observation.ImportListener
- public interface ImportListener
The interface ImportListener is implemented by
classes which need to be notified about the import of
packages in a IavaRuntime.
Each time a script imports a package in a given instance
of IavaRuntime, the registered import listeners for this
runtime are notified.
- See Also:
- addImportListener, removeImportListener
-
importDeclared(String)
- Called by the runtime this listener is registered
to when a new symbol is declared.
importDeclared
public abstract void importDeclared(String name)
- Called by the runtime this listener is registered
to when a new symbol is declared.
All Packages Class Hierarchy This Package Previous Next Index