AppletStub.isActive

AppletStub.isActive

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean isActive()
Returns
true if the applet is active; false otherwise.
Description
Determines if the applet is active. An applet is active just before its start method is called. It becomes inactive immediately after its stop method is called.