de.esw.eengine.core
Interface IActivatable

All Known Subinterfaces:
IMap, IScript<Type>
All Known Implementing Classes:
AbstractButton, AbstractScript, Button, Checkbox, Component, Container, HierarchyNode, Input, Label, Layer, SceneEntity, SceneNode, Sprite, Text, Window, WTKDelegate

public interface IActivatable

Since:
1.0
Version:
$Id: IActivatable.java 22 2005-06-08 19:02:02Z markusw $
Author:
markusw

Method Summary
 boolean isActive()
           
 void setActive(boolean active)
           
 void toggle()
          Switches activation state
 

Method Detail

setActive

void setActive(boolean active)
Parameters:
active - True if IActivatable should be active, false otherwise

isActive

boolean isActive()
Returns:
True if IActivatable is active, false otherwise

toggle

void toggle()
Switches activation state