public class RemovedAssetsEvent
Event fired when removedassets occurs. Listen for this event using EventBus.register.
java.lang.Object > RemovedAssetsEvent
Field Summary
No fields documented.
Method Detail
RemovedAssetsEvent
public
public
RemovedAssetsEvent
(final Class tClass, final M assetMap, @Nonnull final Set removedAssets, final boolean replaced)
Method RemovedAssetsEvent.
- Parameters:
final ClasstClassfinal MassetMap@Nonnull final SetremovedAssetsfinal booleanreplaced
getAssetClass
public
Class
getAssetClass
()
Method getAssetClass.
getAssetMap
public
M
getAssetMap
()
Method getAssetMap.
getRemovedAssets
public
Set
getRemovedAssets
()
Method getRemovedAssets.
isReplaced
public
boolean
isReplaced
()
Method isReplaced.
toString
public
String
toString
()
Method toString.