com.fatwire.gst.foundation.url
Class WraAssetEventListener

java.lang.Object
  extended by com.openmarket.basic.event.AbstractAssetEventListener
      extended by com.fatwire.gst.foundation.facade.assetapi.listener.RunOnceAssetEventListener
          extended by com.fatwire.gst.foundation.url.WraAssetEventListener
All Implemented Interfaces:
com.fatwire.cs.core.event.Listener<com.openmarket.basic.event.AssetEvent>, com.openmarket.basic.event.AssetEventListener

public class WraAssetEventListener
extends RunOnceAssetEventListener

Asset event for ensuring that a WRA is properly prepared for rendering. Includes ensuring that the asset is accessible through the WraPathTranslationService, among other things.

Since:
Jul 21, 2010
Author:
Tony Field, Dolf Dijkstra

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.assetapi.listener.RunOnceAssetEventListener
LOG
 
Constructor Summary
WraAssetEventListener()
           
 
Method Summary
protected  void doAssetAdded(com.fatwire.assetapi.data.AssetId assetId)
           
protected  void doAssetDeleted(com.fatwire.assetapi.data.AssetId assetId)
           
protected  void doAssetUpdated(com.fatwire.assetapi.data.AssetId assetId)
           
protected  WraPathTranslationService getService()
           
 
Methods inherited from class com.fatwire.gst.foundation.facade.assetapi.listener.RunOnceAssetEventListener
assetAdded, assetDeleted, assetUpdated, getICS, init, install, isInstalled
 
Methods inherited from class com.openmarket.basic.event.AbstractAssetEventListener
assetAdded, assetDeleted, assetUndoCheckOut, assetUndoCheckOut, assetUpdated, onEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WraAssetEventListener

public WraAssetEventListener()
Method Detail

doAssetAdded

protected void doAssetAdded(com.fatwire.assetapi.data.AssetId assetId)
Specified by:
doAssetAdded in class RunOnceAssetEventListener

doAssetUpdated

protected void doAssetUpdated(com.fatwire.assetapi.data.AssetId assetId)
Specified by:
doAssetUpdated in class RunOnceAssetEventListener

doAssetDeleted

protected void doAssetDeleted(com.fatwire.assetapi.data.AssetId assetId)
Specified by:
doAssetDeleted in class RunOnceAssetEventListener

getService

protected WraPathTranslationService getService()


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.