com.nortel.soa.oi.cct.types
Interface EventSet<T>

All Superinterfaces:
WildcardEvent
All Known Implementing Classes:
AddressPropertyListenerSet, AddressStateListenerSet, AgentPropertyListenerSet, AgentStateListenerSet, ConnectionStateListenerSet, ContactPropertyListenerSet, TerminalConnectionStateListenerSet, TerminalPropertyListenerSet, TerminalStateListenerSet

public interface EventSet<T>
extends WildcardEvent


Method Summary
 boolean contains(T event)
           
 java.util.EnumSet getEventSet()
           
 void setEventSet(java.util.EnumSet events)
           
 
Methods inherited from interface com.nortel.soa.oi.cct.types.WildcardEvent
isEventWildcard, setEventWildcard
 

Method Detail

contains

boolean contains(T event)

setEventSet

void setEventSet(java.util.EnumSet events)

getEventSet

java.util.EnumSet getEventSet()


Copyright © 2010 All Rights Reserved.