ist.palcom.palbox.events
Class AssemblyListEvent

java.lang.Object
  extended by ist.palcom.collections.Link
      extended by ist.palcom.palcomthreads.Event
          extended by ist.palcom.palbox.events.AssemblyListEvent

public class AssemblyListEvent
extends Event


Constructor Summary
AssemblyListEvent(ArrayList assemblies)
           
 
Method Summary
 ArrayList getAssemblies()
           
 boolean onlyRunningAssemblies()
           
 
Methods inherited from class ist.palcom.collections.Link
getNext, getPrev
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblyListEvent

public AssemblyListEvent(ArrayList assemblies)
Method Detail

onlyRunningAssemblies

public boolean onlyRunningAssemblies()

getAssemblies

public ArrayList getAssemblies()