com.openmarket.basic.event
Interface AssetEvent

All Superinterfaces:
Event

public interface AssetEvent
extends Event

Primary abstraction for all Asset based events


Nested Class Summary
static class AssetEvent.OP_TYPE
           
 
Method Summary
 AssetId getId()
          Returns the AssetId involved in the event
 AssetEvent.OP_TYPE getOp()
          Operation type of the Event
 boolean isPullMode()
          Whether the asset is updated with pull or push mode
 

Method Detail

getId

AssetId getId()
Returns the AssetId involved in the event

Returns:
AssetId

getOp

AssetEvent.OP_TYPE getOp()
Operation type of the Event

Returns:
OP_TYPE

isPullMode

boolean isPullMode()
Whether the asset is updated with pull or push mode

Returns:
pullMode true for pull mode false for push mode


Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.