JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.ucd.comp41690.team21.zenze.game.util
Interface Observer<T>
All Known Implementing Classes:
PlayerInputHandler
public interface
Observer<T>
basic observer interface for an input event
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onNotify
(
T
event)
Method Detail
onNotify
void onNotify(
T
event)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method