com.ptc.wvs.server.loader
Interface GraphicsServerLoaderService

All Known Implementing Classes:
GraphicsServerLoaderServiceFwd, StandardGraphicsServerLoaderService

public interface GraphicsServerLoaderService


Method Summary
 void dispatchMarkupSavedEvent(Persistable persistable, Vector objs)
          Dispatches a GraphicsServerLoaderServiceEvent to indicate that a markup has been saved

Supported API: false
 void dispatchMarkupSavedEvent(WTKeyedMap map)
           
 void dispatchRepresentationSavedEvent(Persistable persistable, Vector objs)
          Dispatches a GraphicsServerLoaderServiceEvent to indicate that a representation has been saved

Supported API: false
 void dispatchRepresentationSavedEvent(WTKeyedMap map)
           
 

Method Detail

dispatchRepresentationSavedEvent

public void dispatchRepresentationSavedEvent(Persistable persistable,
                                             Vector objs)
                                      throws WTException
Dispatches a GraphicsServerLoaderServiceEvent to indicate that a representation has been saved

Supported API: false

Parameters:
persistable -
objs -
Throws:
WTException

dispatchRepresentationSavedEvent

public void dispatchRepresentationSavedEvent(WTKeyedMap map)
                                      throws WTException
Throws:
WTException

dispatchMarkupSavedEvent

public void dispatchMarkupSavedEvent(Persistable persistable,
                                     Vector objs)
                              throws WTException
Dispatches a GraphicsServerLoaderServiceEvent to indicate that a markup has been saved

Supported API: false

Parameters:
persistable -
objs -
Throws:
WTException

dispatchMarkupSavedEvent

public void dispatchMarkupSavedEvent(WTKeyedMap map)
                              throws WTException
Throws:
WTException