|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.openmarket.basic.event.AbstractAssetEventListener
public abstract class AbstractAssetEventListener
Helper base class for AssetEventListeners
| Constructor Summary | |
|---|---|
AbstractAssetEventListener() |
|
| Method Summary | |
|---|---|
abstract void |
assetAdded(AssetId id)Indicates that an Asset of a given id was added to the system. |
void |
assetAdded(AssetId id, boolean isPull)Indicates that an Asset of a given id was added to the system. |
abstract void |
assetDeleted(AssetId id)Indicates that an Asset of a given id was deleted. |
void |
assetDeleted(AssetId id, boolean isPull)Indicates that an Asset of a given id was deleted. |
void |
assetUndoCheckOut(AssetId id)Indicates that undo checkout was called on an Asset of a given. |
void |
assetUndoCheckOut(AssetId id, boolean isPull)Indicates that undo checkout was called on an Asset of a given. |
abstract void |
assetUpdated(AssetId id)Indicates that an Asset of a given id was updated. |
void |
assetUpdated(AssetId id, boolean isPull)Indicates that an Asset of a given id was updated. |
void |
init(ICS ics) |
void |
onEvent(AssetEvent e)Handler invoked upon arrival of an Event dispatch. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAssetEventListener()
| Method Detail |
|---|
public void init(ICS ics)
init in interface AssetEventListener
public void onEvent(AssetEvent e)
throws EventException
ListeneronEvent in interface Listener<AssetEvent>EventExceptionpublic abstract void assetAdded(AssetId id)
AssetEventListenerassetAdded in interface AssetEventListenerid - Asset id added
public void assetAdded(AssetId id,
boolean isPull)
AssetEventListenerassetAdded in interface AssetEventListenerid - Asset id addedpublic abstract void assetUpdated(AssetId id)
AssetEventListenerassetUpdated in interface AssetEventListenerid - Asset id updated
public void assetUpdated(AssetId id,
boolean isPull)
AssetEventListenerassetUpdated in interface AssetEventListenerid - Asset id updatedpublic abstract void assetDeleted(AssetId id)
AssetEventListenerassetDeleted in interface AssetEventListenerid - Asset id deleted
public void assetDeleted(AssetId id,
boolean isPull)
AssetEventListenerassetDeleted in interface AssetEventListenerid - Asset id deletedpublic void assetUndoCheckOut(AssetId id)
AssetEventListenerassetUndoCheckOut in interface AssetEventListenerid - Asset id deleted
public void assetUndoCheckOut(AssetId id,
boolean isPull)
AssetEventListenerassetUndoCheckOut in interface AssetEventListenerid - Asset id deleted
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.