org.glassfish.virtualization.spi
Interface Listener<T extends Enum>

Type Parameters:
T - task phases as an enumeration
U - token type used to qualify the task

public interface Listener<T extends Enum>

Definition of a listener of a task completion.

Author:
Jerome Dochez

Method Summary
 void notify(T phase)
          Notification of a phase completion of a task
 

Method Detail

notify

void notify(T phase)
Notification of a phase completion of a task

Parameters:
phase - the completed phase


Copyright © 2012. All Rights Reserved.