Extension SDK 10.1.2

oracle.ide
Class IdeActivationAdapter

java.lang.Object
  extended byoracle.ide.IdeActivationAdapter
All Implemented Interfaces:
java.util.EventListener, IdeActivationListener

public class IdeActivationAdapter
extends java.lang.Object
implements IdeActivationListener

The default implementation of IdeActivationListener


Constructor Summary
IdeActivationAdapter()
           
 
Method Summary
 void activated(IdeActivationEvent e)
          Called when the IDE's user interface becomes activated.
 void deactivated(IdeActivationEvent e)
          Called when the IDE's user interface becomes deactivated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdeActivationAdapter

public IdeActivationAdapter()
Method Detail

activated

public void activated(IdeActivationEvent e)
Description copied from interface: IdeActivationListener
Called when the IDE's user interface becomes activated.

Specified by:
activated in interface IdeActivationListener
Parameters:
e - the event

deactivated

public void deactivated(IdeActivationEvent e)
Description copied from interface: IdeActivationListener
Called when the IDE's user interface becomes deactivated.

Specified by:
deactivated in interface IdeActivationListener
Parameters:
e - the event

Extension SDK

 

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