FreeHEP API
Version current

org.freehep.util.io
Class ActionSet

java.lang.Object
  extended byorg.freehep.util.io.ActionSet
Direct Known Subclasses:
SWFActionSet

public class ActionSet
extends Object

Class to keep registered Actions, which should be used by the TaggedIn/OutputStream. A set of recognized Actions can be added to this class. A concrete implementation of this stream should install all allowed actions.

Version:
$Id: ActionSet.java,v 1.2 2001/11/05 16:09:01 duns Exp $
Author:
Mark Donszelmann, Charles Loomis
Source Code:
ActionSet.java

Field Summary
protected  Map actions
          This holds the individual actions.
protected  Action defaultAction
           
 
Constructor Summary
ActionSet()
           
 
Method Summary
 void addAction(Action action)
           
 boolean exists(int actionCode)
           
 Action get(int actionCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actions

protected Map actions
This holds the individual actions.


defaultAction

protected Action defaultAction
Constructor Detail

ActionSet

public ActionSet()
Method Detail

addAction

public void addAction(Action action)

get

public Action get(int actionCode)

exists

public boolean exists(int actionCode)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.