com.blackbear.flatworm
Class Callback

java.lang.Object
  extended by com.blackbear.flatworm.Callback

public class Callback
extends java.lang.Object

Used primarily by FileParser to store information about object and methods used to hadle parse events.


Constructor Summary
Callback(java.lang.Object instance, java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.Object getInstance()
           
 java.lang.reflect.Method getMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Callback

public Callback(java.lang.Object instance,
                java.lang.reflect.Method method)
Method Detail

getInstance

public java.lang.Object getInstance()

getMethod

public java.lang.reflect.Method getMethod()