source.ucregents.playground
Class Core.QueueInfo

java.lang.Object
  extended by source.ucregents.playground.Core.QueueInfo
All Implemented Interfaces:
java.lang.Comparable<Core.QueueInfo>
Enclosing class:
Core

protected class Core.QueueInfo
extends java.lang.Object
implements java.lang.Comparable<Core.QueueInfo>


Constructor Summary
Core.QueueInfo(IThink e, java.lang.reflect.Method m, int ticks, java.lang.Object[] params)
           
 
Method Summary
 int compareTo(Core.QueueInfo otherInfo)
           
 java.lang.Object Invoke()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Core.QueueInfo

public Core.QueueInfo(IThink e,
                      java.lang.reflect.Method m,
                      int ticks,
                      java.lang.Object[] params)
Method Detail

compareTo

public int compareTo(Core.QueueInfo otherInfo)
Specified by:
compareTo in interface java.lang.Comparable<Core.QueueInfo>

Invoke

public java.lang.Object Invoke()