org.ocap.hn
Interface NetActionHandler


public interface NetActionHandler

This interface represents a handler passed to asynchronous methods

Author:
Patrick Ladd, Vidiom

Method Summary
 void notify(NetActionEvent event)
          Notifies the application of an action event.
 

Method Detail

notify

void notify(NetActionEvent event)
Notifies the application of an action event. This method is called by the implementation when a response to an action or a failure for the action is detected.