Changed package naming across all examples.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.callback;
|
||||
|
||||
/**
|
||||
* Callback pattern is more native for functional languages where function is treated as first-class citizen.
|
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.callback;
|
||||
|
||||
/**
|
||||
* Callback interface
|
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.callback;
|
||||
|
||||
/**
|
||||
* Implementation of task that need to be executed
|
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.callback;
|
||||
|
||||
/**
|
||||
* Template-method class for callback hook execution
|
Reference in New Issue
Block a user