com.googlecode.sarasvati.event
Class EventActions

java.lang.Object
  extended by com.googlecode.sarasvati.event.EventActions

public class EventActions
extends Object

Container for a set of EventActionTypes.

Author:
Paul Lorenz

Constructor Summary
EventActions(EventActionType... responseTypes)
           
 
Method Summary
 EventActions compose(EventActions eventActions)
           
 boolean isEventTypeIncluded(EventActionType type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventActions

public EventActions(EventActionType... responseTypes)
Method Detail

isEventTypeIncluded

public boolean isEventTypeIncluded(EventActionType type)

compose

public EventActions compose(EventActions eventActions)