Uses of Class
org.opennms.bb.dp.events.EventOperatorAction

Packages that use EventOperatorAction
org.opennms.bb.dp.events   
 

Uses of EventOperatorAction in org.opennms.bb.dp.events
 

Methods in org.opennms.bb.dp.events that return EventOperatorAction
 EventOperatorAction EventBase.getOperatorAction(int which)
          Returns the specific action that is defined at the passed index.
 

Methods in org.opennms.bb.dp.events with parameters of type EventOperatorAction
 void EventBase.addOperatorAction(EventOperatorAction eoa)
          Adds a new operator action to the list of current operator actions.
 

Constructors in org.opennms.bb.dp.events with parameters of type EventOperatorAction
EventOperatorAction(EventOperatorAction second)
          Constructs a new instance of the class and copies the data from the passed instance.