net.sf.dexterim.util
Interface Sequence

All Superinterfaces:
Operation

public interface Sequence
extends Operation

Author:
christoph Represents a Sequence of Send/Receive Actions to a IM Service. Upon the current state a decicion is made if to fail or to commence with the sequence.

Method Summary
 Operation current()
           
 boolean hasNext()
           
 void next()
           
 
Methods inherited from interface net.sf.dexterim.util.Operation
isSucessful
 

Method Detail

next

public void next()

hasNext

public boolean hasNext()

current

public Operation current()


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.