Fixes the memory leak that caused the intermittent test
failure in DefinitionsPaneTest. NULL_DOCUMENT had listeners
that kept references to OpenDefinitionsDocument and
DefinitionsPane instances. Overrode add***Listener methods
for NULL_DOCUMENT to not accept listeners anymore.