siouxsie.desktop.events.impl
Class AbstractDesktopActor

java.lang.Object
  extended by siouxsie.desktop.events.impl.AbstractDesktopActor
All Implemented Interfaces:
java.util.EventListener, IDesktopActor
Direct Known Subclasses:
JXTaskPaneListApplications

public class AbstractDesktopActor
extends java.lang.Object
implements IDesktopActor

Basic implementation of a desktop actor.

Version:
$Id$
Author:
Arnaud Cogoluegnes

Constructor Summary
AbstractDesktopActor()
           
 
Method Summary
 void fireDesktopEvent(DesktopEvent evt)
          Fire a desktop event.
 void init(DesktopBus desktopBus)
          Init the actor with the desktop bus.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDesktopActor

public AbstractDesktopActor()
Method Detail

fireDesktopEvent

public void fireDesktopEvent(DesktopEvent evt)
Description copied from interface: IDesktopActor
Fire a desktop event.

Specified by:
fireDesktopEvent in interface IDesktopActor

init

public void init(DesktopBus desktopBus)
Description copied from interface: IDesktopActor
Init the actor with the desktop bus.

Specified by:
init in interface IDesktopActor


Copyright © 2006-2008 null. All Rights Reserved.