com.stellent.cis.client.api.scs
Interface ISCSChangedMonitor


public interface ISCSChangedMonitor

Represents a changed/refresh monitor message from the content server


Method Summary
 java.lang.String getName()
           
 long getTime()
           
 void setName(java.lang.String name)
           
 void setTime(long time)
           
 

Method Detail

getTime

long getTime()
Returns:
the time this monitor was changed

setTime

void setTime(long time)
Parameters:
time - the time the monitor was changed

getName

java.lang.String getName()
Returns:
the name of the monitor

setName

void setName(java.lang.String name)
Parameters:
name - the name of the monitor