ShrinkWrap API 1.1.0-alpha-2

org.jboss.shrinkwrap.api
Interface ArchiveEventHandler


public interface ArchiveEventHandler


Method Summary
 void handle(ArchiveEvent event)
          CallBack when a Asset is added to a specific ArchivePath.
 

Method Detail

handle

void handle(ArchiveEvent event)
CallBack when a Asset is added to a specific ArchivePath.

Parameters:
event - ArchiveEvent generated adding an Asset.

ShrinkWrap API 1.1.0-alpha-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.