fulmine.util.io
Interface ISelectorTasksStateListener


public interface ISelectorTasksStateListener

Receives notifications regarding the state of a SelectorTasks object.

Author:
Ramon Servadei

Method Summary
 void selectorOpened(SelectorTasks tasks)
          The Selector of the SelectorTasks has been opened.
 

Method Detail

selectorOpened

void selectorOpened(SelectorTasks tasks)
The Selector of the SelectorTasks has been opened. This can be called multiple times, each time the selector will have been re-opened.

Parameters:
tasks -


Copyright © 2007-2009. All Rights Reserved.