tweed.action
Class ActionNipple

java.lang.Object
  |
  +--tweed.system.bus.ClassFilterMember
        |
        +--tweed.system.bus.EventNipple
              |
              +--tweed.action.ActionNipple
All Implemented Interfaces:
BusMember

public abstract class ActionNipple
extends EventNipple

Version:
$Id$
Author:
Laurent Caillette

Constructor Summary
ActionNipple(Contextualized contextualized)
           
 
Method Summary
abstract  void handleActionEnd(ActionEndEvent event)
           
abstract  void handleActionStart(ActionStartEvent event)
           
protected  void handleEvent(java.util.EventObject event)
           
 
Methods inherited from class tweed.system.bus.EventNipple
eventPosted, getLogger, unplug
 
Methods inherited from class tweed.system.bus.ClassFilterMember
getBusFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tweed.system.bus.BusMember
getBusFilter
 

Constructor Detail

ActionNipple

public ActionNipple(Contextualized contextualized)
Method Detail

handleEvent

protected void handleEvent(java.util.EventObject event)
Specified by:
handleEvent in class EventNipple

handleActionStart

public abstract void handleActionStart(ActionStartEvent event)

handleActionEnd

public abstract void handleActionEnd(ActionEndEvent event)


Copyright © 2003 Laurent Caillette. All Rights Reserved.