lnsc.page
Class DefaultActionsEnumerator

java.lang.Object
  |
  +--lnsc.page.DefaultActionsEnumerator
All Implemented Interfaces:
java.util.Enumeration

public final class DefaultActionsEnumerator
extends java.lang.Object
implements java.util.Enumeration

Creates an actions enumator based on an array of actions.


Constructor Summary
DefaultActionsEnumerator(Action[] newActions)
          Creates an action enumerator based on an array of actions.
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionsEnumerator

public DefaultActionsEnumerator(Action[] newActions)
Creates an action enumerator based on an array of actions.

Parameters:
newActions - Array of actions.
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration