Package com.github.fungal.impl
Class Callback
java.lang.Object
com.github.fungal.impl.Callback
The data structure for callbacks
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Callback
Constructor- Parameters:
type- The registration typemethod- The method that should be invokedinstance- The object instance where the method is located
-
-
Method Details
-
getType
Get the type- Returns:
- The value
-
getMethod
Get the method- Returns:
- The value
-
getInstance
Get the instance- Returns:
- The value
-
hashCode
public int hashCode()Hash code -
equals
Equality -
toString
String representation
-