Extension SDK

oracle.ide.addin
Interface ViewCreationListener


public interface ViewCreationListener

The ViewCreationListener allows implementors to listen for View creation events.


Method Summary
 void viewCreated(ViewCreationEvent e)
          Receives notification that a View that has been created.
 

Method Detail

viewCreated

public void viewCreated(ViewCreationEvent e)
Receives notification that a View that has been created.

Parameters:
e - the event.

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.