org.dbforms.event.eventtype
Class CompositeEventTypeStrategy
java.lang.Object
org.dbforms.event.eventtype.CompositeEventTypeStrategy
- All Implemented Interfaces:
- EventTypeStrategy
- Direct Known Subclasses:
- DbFormsEventTypeStrategy
public abstract class CompositeEventTypeStrategy
- extends Object
- implements EventTypeStrategy
Abstract composite EventTypeStrategy class.
- Author:
- Luca Fossato
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
strategyList
protected ArrayList strategyList
- the list of EventTypeStrategy objects
CompositeEventTypeStrategy
public CompositeEventTypeStrategy()
getChild
public EventTypeStrategy getChild(int index)
- Gets the child EventTypeStrategy having the input index
- Parameters:
index
- DOCUMENT ME!
- Returns:
- the child EventTypeStrategy having the input index
add
public void add(EventTypeStrategy strategy)
- Adds an EventTypeStrategy object to the Strategy list
- Parameters:
strategy
- the EventTypeStrategy object to add to
remove
public boolean remove(EventTypeStrategy strategy)
- Remove an EventTypeStrategy object to the Strategy list
- Parameters:
strategy
- the EventTypeStrategy object to remove to
- Returns:
- true if the object had removed from the list; false otherwise
Copyright © 2002-2005 DbForms. All Rights Reserved.