wt.notify
Interface Notifiable

All Superinterfaces:
NetFactor
All Known Subinterfaces:
CollaborationContainer, ExecutionObject, NotebookIfc, ProjectNode
All Known Implementing Classes:
Cabinet, CabinetManaged, ContainerTeam, DefaultWTContainerTemplate, Deliverable, Discussion, FolderResident, IteratedFolderResident, Managed, Milestone, Notebook, NotebookFolder, Project, ProjectActivity, ProjectPlan, ProjectProxy, ProjectWorkItem, RevisionControlled, Simple, SubFolder, SummaryActivity, Team, TeamTemplate, WTProductConfiguration, WTProductInstance2, WTUser

public interface Notifiable
extends NetFactor

This is an interface that should be implemented by classes supporting object event notification.

Supported API: true

Extendable: false


Field Summary
static String EVENT_SET
          Label for the attribute; Sets of events for which the object has a subscriber.
 
Method Summary
 WTStringSet getEventSet()
          Gets the value of the attribute: EVENT_SET.
 void setEventSet(WTStringSet a_EventSet)
          Sets the value of the attribute: EVENT_SET.
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 

Field Detail

EVENT_SET

public static final String EVENT_SET
Label for the attribute; Sets of events for which the object has a subscriber.

Supported API: false

See Also:
Constant Field Values
Method Detail

getEventSet

public WTStringSet getEventSet()
Gets the value of the attribute: EVENT_SET. Sets of events for which the object has a subscriber.

Supported API: false

Returns:
WTStringSet

setEventSet

public void setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. Sets of events for which the object has a subscriber.

Supported API: false

Parameters:
a_EventSet -